html,
body {
	color: black;
	background-color: #D7D7D7;
	font: 8pt "Verdana", "Arial", sans_serif;
	height: 100%; /* IE hack */
}

#hvcontent {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	/* static declarations */
	width: 955px;
	margin-left: -477px; /* Half the width of the DIV tag */
	height: 600px;
	margin-top: -300px; /* Half the height of the DIV tag */
}

div.content {
	width: 300px;
}

img.logo {
	border: 0;
	margin: 20px;
	width: 200px;
	height: 200px;
}

img.flash {
	border: 0;
	margin: 10px;
	width: 112px;
	height: 33px;
}

a {
	color: black;
	text-decoration: underline;
}

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

p.disclaimer {
	color: #666666;
	font-style: italic;
}
