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: 371px;         /* 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: 366px;
	margin-top: 0px;
	position: absolute;
	left: 140px;
	top: 0px;
	background-color: #FFFFFF;
	padding-top: 5px;
}
#header {
	width: 600px;
	height: 22px;
	position: absolute;
	left: 15px;
	top: 10px;
	text-align: left;
}
#copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	width: 600px;
	position: absolute;
	left: 15px;
	top: 50px;
}
#button1 {
	height: 18px;
	width: 126px;
	position: absolute;
	left: 15px;
	top: 347px;
}
#button2 {
	height: 18px;
	width: 126px;
	position: absolute;
	left: 150px;
	top: 347px;
}
#button3 {
	height: 18px;
	width: 126px;
	position: absolute;
	left: 285px;
	top: 347px;
}
