/* CSS Document */

body{
background-color:#000000;
margin:15px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#FFFFFF;
}

a, a:link, a:active, a:visited{
color:#FFFFFF;
text-decoration:none;
}

a:hover{
color:#FFFFFF;
text-decoration:underline;
}

#content_home{
	position:absolute;
	width:780px;
	height:570px;
	margin-left:-390px;
	margin-top:-250px;
	left: 50%;
	top: 50%;
}

#footer{
	width:780px;
	height:20px;
	text-align:center;
	border-top:4px solid #0099FF;
}
