body {
	text-align:left;
	background-color:#e4e8e4;
}

div.center-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	/* image is 78 x 53 */
	/* top, right, bottom, left */
	margin: -21px 0 0 -39px;
	border-style: hidden;
}

div.center-info {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -200px;
	border-style: hidden;
        color: #003000;
	font-family: Helvetica, Arial;
	font-size: 12pt;
}
