<!--
html, body
{
	background-color: white;
	height: 100%;
	margin: 0;
	padding: 0;
	color: black;
}
div#centered
{
	border: 0;
	background-color: white;
	height: 0px;
	width: 50%;
	position: absolute;
	left: 25%;
	top: 25%;
	color: black;

	text-align: left;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 14px;
	text-decoration: none;
}

