/* CSS Document */
html, body {height: 100%; margin: 0; padding: 0;}

body {
	background-color:#E8ECEB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
div#hoeller {
	position:relative;
	display:block;
	margin-left: auto;
	margin-right: auto;
	height: 50%;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	padding: 10%;
	}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}

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