html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 0.9em;
	height: 100%;
	/*background-color: #b2c7df;*/
	background-color: #fff;
	text-align: center;
}

a:link, a:visited {
	color: #4D8CFF;
	/*color: #080d66;*/
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #790c18;
	text-decoration: underline;
}
#centered {
	/*background-image: url(site/images/bg.jpg);*/
	height: 300px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 33%;
}