html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 0px 0;
	font-size: 12px;
	line-height: 18px;
	color: #525252;
	font-family:'Arial';
	/* height: 800px; */
	background: #000000 url('/bg.jpg') no-repeat;
}


#linkedin {
	position: absolute;
	width:161px;
	height: 51px;
	top: 232px;
	left: 503px;		
}

#linkedin span { display: none; }

#linkedin a {
	background: url('/linkedin.jpg') no-repeat;
	width:161px;
	height: 51px;
	display: block;
}

#linkedin a:hover { background: url('/linkedin-over.jpg') no-repeat; }


#twitter {
	position: absolute;
	width:146px;
	height: 51px;
	top: 232px;
	left: 673px;		
}

#twitter span { display: none; }

#twitter a {
	background: url('/twitter.jpg') no-repeat;
	width:146px;
	height: 51px;
	display: block;
}

#twitter a:hover { background: url('/twitter-over.jpg') no-repeat; }

#current { margin: 742px auto 0 auto; font-size: 11px; width: 912px; float: left; text-align: center; color: #ccc; }

#current a { color: #ccc; background: transparent; font-weight: normal; text-decoration: none;}
#current a:hover { color: #bbb; background: transparent; font-weight: normal; text-decoration: underline;}
#current a.highlight { color: #ddd; background: transparent; font-weight: normal; text-decoration: none;}
