@charset "UTF-8";
/* CSS Document */


body{
	background:#000;
	margin:0 auto;
}

#outer{
	height: 600px;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -293px;
	left: 0;

}

#container{
	width:500px;
	margin:0 auto 0 auto;
}

#links{
	height:40px;
	width:500px;
	
}

a#facebook{
	display:inline;
	float:left;
	margin:11px 0 0 40px;
	width:111px;
	height:23px;
	background:url('images/facebook.gif');
}

a#facebook:hover{
	width:111px;
	height:23px;
	background:url('images/facebook-over.gif');
}

a#myspace{
	display:inline;
	float:left;
	margin:6px 0 0 43px;
	width:148px;
	height:37px;
	background:url('images/myspace.gif')
}

a#myspace:hover{
	width:148px;
	height:37px;
	background:url('images/myspace-over.gif')
}

a#twitter{
	display:inline;
	float:left;
	margin:9px 0 0 43px;
	width:112px;
	height:27px;
	background:url('images/twitter.gif');
}

a#twitter:hover{
	width:112px;
	height:27px;
	background:url('images/twitter-over.gif');
}