html, body {
	padding:0;
	margin:0;
	background-color:#000;
	height:100%;
}

#centrale {
	width:1024px;
	height:700px;
	margin:0 auto;
	clear:both;
}

#skipLink {
	float:left;
	height:50%;
	margin-top:-270px;
	width:100%;
}

#enter {
	color:#6b6b6b;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:0.75em;
	font-weight:bolder;
	width:250px;
	position:absolute;
	margin-top:450px;
	margin-left:470px;
}

#enter a{
	color:#6b6b6b;
	text-decoration:none;
}

#enter a:hover {
	color:#bbbaba;
	text-decoration:none;
}

