#content {
	position:absolute;
	left:50%;
	top: 50%;
	width:900px;
	height:600px;
	margin-left: -450px;
	margin-top: -300px;
}


BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0E0E0E;
}
.footer {
	color:#566D63;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}