html, body {
	height: 100%;
	margin: 0;
}

#top {
	float: left;
	width: 1px; height: 50%;
	margin-bottom: -12em;
}

#logo  {
	position: absolute;
	left: 0px;
	top: 200px;
	z-index: 1;
	width: 100%;
	background-image:url(../page_header_img.jpg)
}


#container {
	clear: left;
	position: absolute;
	left: 400px;
	top:350px;
	z-index: 2;
	margin: 0 auto;
	width: 37.5em; height: 30.188em;
	background: #FFFFFF;
} .mailfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
