#env {
	width:			100%;
	height:			100%;
	background-color:#000000;
}

#site {
	width:			800px;
	height:			420px;
	float:			left;
	margin:			0 auto;
	position: 		absolute;
	top: 			50%;
	left:			50%;
	margin-left:	-400px;
	margin-top: 	-210px;
	text-align:		center;
}	

#site a {
	color:			#FFFFFF;
	text-decoration:none;
}

#site a:hover {
	color:			#FFFFFF;
	text-decoration:underline;
}