body {
	background-color: #000;
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	color: #fff;
}

#wrapper {
	position: absolute;
	width: 900px;
	top: 50px;
	left: 50%;
	margin-left: -450px;
	text-align: center;
}

a {
	color: #FFEB00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
