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-image: url(bgr.jpg);
	background-repeat: repeat-x;
}

#container {
	position: absolute;
	top: 10px;
	width: 800px;
	left: 50%;
	height: 550px;
	margin-left: -400px;
	visibility: visible;
	background-image: url(content-bgr.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#logo{
	position: absolute;
	width: 137px;
	height: 206px;
	left: 33px;
	top: 14px;
}
#top{
	position: absolute;
	width: 380px;
	height: 98px;
	left: 393px;
	top: 28px;
	text-align: right;
}
#menu{
	position: absolute;
	top: 159px;
	left: 25px;
	width: 714px;
	text-align: left;
}
.content{
	position: absolute;
	left: 0px;
	top: 195px;
	width: 800px;
	background-image: url(content-bgr-1px.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.spacer {
	height: 314px;
	width: 1px;
}
#left{
	margin-left: 33px;
	width: 350px;
	text-align: left;
}
#center{
	width: 350px;
	margin-left: 20px;
	text-align: left;
}
#footer{
	width: 800px;
	height: 40px;
	background-position: top;
	text-align: left;
	background-image: url(footer-bgr.jpg);
	background-repeat: no-repeat;
	background-color: #e0e7e7;
}