body   {
	background-color: #000;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
}
div#centered {
	background-color: #000;
	height: 50%;
	width: 50%;
	position: absolute;
	left: 25%;
	top: 25%;
	color: #FCC509;
	font-size: 24px;
}
a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	color: #C39;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
