@charset "utf-8";


body{
	margin:2em 0;
	padding:0;
	background:url(images/page-bg.png);
	font-size:14px;
	font-family:arial, verdana, geneva, sans-serif;
	line-height:20px;
	color:#000;
}
h1,
h2,
p{
	margin:0 0 20px;
}
blockquote{
	margin:0 0 20px 4em;
}

#wrapper{
	position:relative;
	width:600px;
	height:850px;
	margin:auto;
	padding:40px 75px 60px;
	background:url(images/wrapper-bg.gif) no-repeat;
}
.lane{
	width:100%;
	overflow:hidden;
	text-indent:-2000px;
}
#header{
	height:60px;
	background:url(images/header.gif) center bottom no-repeat;
}
#myavatar{
	position:absolute;
	right:75px;
	top:125px;
	width:180px;
	height:158px;
	overflow:hidden;
	padding:22px 0 0;
	text-align:right;
	background:url(images/myavatar.gif) right top no-repeat;
}
#whoiam{
	height:30px;
	background:url(images/whoiam.gif) no-repeat;
}
#nameorigin{
	height:80px;
	background:url(images/nameorigin.gif) no-repeat;
}
#whatitmeans{
	height:60px;
	background:url(images/whatitmeans.gif) no-repeat;
}
#myhistory{
	height:60px;
	background:url(images/myhistory.gif) no-repeat;
}
#mycareer{
	height:80px;
	background:url(images/mycareer.gif) no-repeat;
}
#myfavorite{
	height:100px;
	background:url(images/myfavorite.gif) no-repeat;
}
#describeme{
	height:60px;
	background:url(images/describeme.gif) no-repeat;
}
#thequote{
	width:300px;
	height:80px;
	background:url(images/thequote.gif) no-repeat;
}
#contactme{
	height:60px;
	padding:20px 0 0;
	background:url(images/contactme.gif) left top no-repeat;
	text-indent:0;
}
#contactme .label{
	float:left;
	width:75px;
	height:20px;
	overflow:hidden;
	text-indent:-1000px;
}
#contactme .slash{
	float:left;
	width:7px;
	height:20px;
	overflow:hidden;
	margin:0 5px;
	text-indent:-1000px;
}
#contactme .link{
	float:left;
	display:block;
	height:20px;
	overflow:hidden;
	text-indent:-1000px;
	background-image:url(images/links.gif);
	background-repeat:no-repeat;
}
#link-twitter{
	width:235px;
	background-position:0 0;
}
#link-twitter:hover{
	background-position:0 -20px;
}
#link-blog{
	width:250px;
	background-position:0 -60px;
}
#link-blog:hover{
	background-position:0 -80px;
}
#link-email{
	width:275px;
	background-position:0 -120px;
}
#link-email:hover{
	background-position:0 -140px;
}

#copyright{
	margin:1em auto 0;
	text-align:center;
	font-size:13px;
	color:#666;
}
#copyright a{
	color:#f90;
}
