html, body {
	height: 100%;         /* required */
	width: 100%;
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
div#wrapper {
	height: 0px; /* set to taste */
	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
}

#content {
	position: absolute; /* required */
	left: 50%; /* required */
	width: 770px;          /* required */
	margin-left: -385px; /* half of width */
	height: 494px;         /* required - desired height */
	top: -247px; /* half of height */
	text-align: left;     /* horizontal centering hack for IE */
}
#navigation {
	height: 279px;
	width: 122px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
}
#main  {
	width: 630px;
	height: 470px;
	margin-top: 0px;
	position: absolute;
	left: 140px;
	top: 0px;
	background-color: #FFFFFF;
	padding-top: 5px;
}
#archive {
	width: 71px;
	height: 20px;
	position: absolute;
	top: 475px;
	text-align: right;
	float: right;
	left: 699px;
}
