HTML{
height: 100%;
}
BODY{
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	text-align: center;
	background-image: url(bgr.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

#container {
	position: absolute;
	width: 904px;
	left: 50%;
	z-index: 5;
	top: 13px;
	margin-left: -452px;
	visibility: visible;
}
#top {
	position: absolute;
	width: 904px;
	height: 417px;
	left: 0px;
	top: 0px;
	text-align: center;
	background-image: url(top-bgr.png);
}
#top IMG{
	margin-top: 2px;
}
#menu{
	position: absolute;
	width: 573px;
	height: 23px;
	top: 382px;
	left: 325px;
	text-align: right;
}
#container table.content {
	position: absolute;
	width: 904px;
	top: 417px;
	left: 0px;
	text-align: left;
	background-image: url(content-bgr.png);
	background-repeat: repeat-y;
	z-index: 20;
}
table .footer-bgr {
	position: relative;
	z-index: 30;
	width: 904px;
	height: 21px;
	left: 0px;
	text-align: left;
	background-position: center top;
	background-image: url(footer-bgr.png);
	background-repeat: no-repeat;
	background-color: #000000;
}
#footer {
	margin-left: 12px;
	text-align: left
}