html, body {
	background-color: #000000;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-align: center;
	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 12px;
}
div#centered {
	border: 0;
	background-color: #000000;
	height: 280;
	width: 653;
	position: absolute;
	left: 25%;
	top: 25%;
	color: #ffffff;
}
a:link, a:visited {
	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 12px;
	color: #cc0000;
	text-decoration: none;
}
a:hover, a:active {
	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 12px;
	color: #cc0000;
	text-decoration: underline;
}

