HTML{
height: 100%;
}
BODY{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman";
	font-size: 13px;
	height: 100%;
	color: #333333;
	text-align: center;
}

#container {
	position: absolute;
	width: 760px;
	left: 50%;
	height: 742px;
	margin-left: -380px;
	visibility: visible;
}
#logo{
	position: absolute;
	width: 223px;
	height: 128px;
	left: 0px;
	top: 0px;
}
#menu{
	position: absolute;
	top: 103px;
	left: 223px;
	width: 537px;
	text-align: right;
}
#container table.content {
	position: absolute;
	width: 760px;
	top: 141px;
	left: 0px;
	text-align: left;
}
table #footer {
	text-align: left;
	width: 760px;
	background-image: url(ruler.gif);
	background-position:center top;
	background-repeat: no-repeat;
}
