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 solid black;
}
#footer {
	position: absolute;
	left: 50%;
	bottom: 5px;
	width: 750px;;
	margin-left: -375px;
	font-size: 9pt;
	color: Gray;
	border: 0px solid black;
	/*margin-bottom: 3px;*/
}
