body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #696969;
	text-align: center;
	margin: 0px;
}
#logo {
   /*margin-top: 100px;
	margin-bottom: 80px;*/
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 252px;
	margin-left: -250px;
	margin-top: -126px;
	text-align: center;
	border: 0px;
}
#footer {
	position: absolute;
	left: 50%;
	bottom: 5px;
	width: 100%;
	margin-left: -50%;
	font-size: 9pt;
	color: Gray;
	border: 0px;
	/*margin-bottom: 3px;*/
}