HTML{
height: 100%;
}
BODY{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	color: #333333;
	text-align: center;
	background-color: #ffffff;
}

#container {
	position: absolute;
	width: 900px;
	left: 50%;
	height: 600px;
	margin-left: -450px;
	visibility: visible;
}
#logo{
	position: absolute;
	width: 270px;
	height: 200px;
	left: 0px;
	top: 0px;
}
#top {
	position: absolute;
	width: 620px;
	height: 200px;
	left: 280px;
	top: 0px;
	text-align: right;
}
#menu{
	position: absolute;
	top: 211px;
	left: 0px;
	width: 900px;
	height: 35px;
	text-align: left;
	background-image: url(menu-bgr.gif);
	background-repeat: repeat-x;
}
#container table.content {
	position: absolute;
	width: 900px;
	top: 258px;
	left: 0px;
	text-align: left;
}
.spacer{
	width: 20px;
	height: 200px;
}
table #footer {
	margin-left: 20px;
	text-align: left;
}
table #siteservice{
	margin-left: 20px;
	text-align: right;
	width: 200px;
}