@charset "utf-8";
html, body {
	background-color: #f8f8f8;
	height: 100%;
	margin: 0;
	padding: 0;
	color: black;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
td {font-size:10px;}

#fullheight{height:100%;vertical-align: middle;}
div#centered {
	border: 1px solid #e1e1e1;
	background-color: white;
	color: black;
	text-align:center;
	width:945px;
}
.hidden {
  display: none;
}