/* CSS Document */
body { 
	margin:0px;
	padding:0px;
	background:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:120px;
	color:#000;
}
#site {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#center {
	margin-left: -500px;
	position: absolute;
	top: -285px;
	left: 50%;
	width: 1000px;
	height: 570px;
}
.credits {
	text-align:right;
}
.credits a {
	color:#999;
	text-decoration:none;
	line-height:10px;
	font-size:10px;
}
