HTML{
height: 100%;
}
BODY{
	color: #333333;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
	text-align: center;
	background-image: url(bgr.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #00579c;
}
#container {
	position: absolute;
	display: block;
	width: 800px;
	left: 50%;
	height: 100%;
	top: 0px;
	margin-left: -400px;
	visibility: visible;
}
#logo {
	position: absolute;
	width: 147px;
	height: 31px;
	left: 16px;
	top: 9px;
}
#border {
	position: absolute;
	width: 640px;
	height: 600px;
	top: 0px;
	left: 160px;
	text-align: left;
	z-index: 20;
	background-color: #ffffff;
}
#menu{
	position: absolute;
	width: 154px;
	top: 162px;
	left: 0px;
	text-align: right;
}
#submenu-bgr{
	position: absolute;
	height: 19px;
	top: 203px;
	left: 175px;
        background-color: #ffffff;
	/*opacity for IE5+*/
 	filter: alpha(opacity=60);
  	/*opacity for older Mozilla browsers*/
  	-moz-opacity: 0.6;
	/*opacity for mozilla/safari*/
  	opacity: 0.6;  
	z-index: 40;
}
#submenu{
	position: absolute;
	width: 613px;
	top: 205px;
	left: 175px;
	text-align: left;
	z-index: 60;}
#quote{
	position: absolute;
	width: 160px;
	top: 425px;
	left: 0px;
	text-align: left;
}
#container table.content {
	position: absolute;
	display: block;
	height: auto;
	top: 245px;
	left: 160px;
	text-align: left;
	z-index: 30;
	background-image: url(content-bgr.png);
	background-repeat: no-repeat;
	background-position: center 180px;
}
table .spacer {
	width: 1px;
	height: 400px;
}
table .bottom {
	width: 640px;
	height: 143px;
	left: 0px;
	text-align: left;
	background-image: url(bottom.png);
	background-position: top;
	background-repeat: no-repeat;
}
#siteservice{
	margin-top: 11px;
	height: 15px;
	text-align: left;
}
#bottom-c{

	width: 640px;
	height: 113px;
	text-align: left;
}
#footer-c {
	text-align: left;
	width: 640px;
	background-color: #00579c;
}
td {
	padding: 0px;	
	margin: 0px;
}
