HTML{
height: 100%;
}
BODY{
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 12px;
	height: 100%;
	color: #333333;
	text-align: center;
	background-color: #b3b38e;
	background-image: url(bgr.png);
	background-position: center top;
	background-repeat: repeat-y;
}

#container {
	position: absolute;
	width: 896px;
	top: 28px;
	left: 50%;
	height: 320px;
	margin-left: -448px;
	visibility: visible;
	background-color:#FFFFFF;
}
#logo{
	position: absolute;
	width: 871px;
	height: 237px;
	left: 12px;
	top: 12px;
	z-index: 10;
}
#top {
	position: absolute;
	width: 524px;
	height: 212px;
	left: 352px;
	top: 25px;
	text-align: right;
	z-index: 20;
}
#menu{
	position: absolute;
	top: 261px;
	left: 12px;
	width: 871px;
	text-align: left;
}
#container table.content {
	position: absolute;
	width: 896px;
	top: 306px;
	left: 0px;
	text-align: left;

}
#container tr.first {
	width: 871px;
	background-color:#FFFFFF;
}
#container table.main {
	width: 871px;
	margin: 0px 0px 0px 11px;
	background-color:#FFFFFF;
	background-image: url(bgr-footer.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
}

table #left{
	margin: 0px 0px 13px 12px;
	width: 555px;
	text-align: left;
}
table #center {
	margin: 0px 0px 13px 14px;
	width: 280px;
	text-align: left;
}
table #right {
	display: none;
}
table .footer-bgr {
	position: relative;
	z-index: 30;
	width: 950px;
	height: 26px;
	left: 0px;
	text-align: left;
	background-position: center top;
	background-image: url(footer-bgr.gif);
	background-repeat: no-repeat;
}
table #footer {
	margin:  0px;
	text-align: left
}