body
{

	margin: 0;
	padding: 0;
	width:100%;
	height:100%;

	background-color: #333333;
}


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

}

#footer
{
	width: 900px;
	height: 20px;
	position: absolute;
	top: 600px;

}




.imprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}

