HTML{
height: 100%;
}
BODY{
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 11px;
	height: 100%;
	color: #ebdfa5;
	text-align: center;
	background: url(bgr.gif)repeat-x top;
	background-color: #550400;
}

#container {
	position: absolute;
	top: 0px;
	width: 1034px;
	height: 888px;
	left: 50%;
	margin-left: -517px;
	visibility: visible;
	background: url(content.jpg) no-repeat top center;
}
#top{
	position: absolute;
	top: 47px;
	left: 25px;
	width: 493px;	
	height: 106px;		
	text-align: left;	
}
#menu{
	position: absolute;
	top: 161px;
	left: 25px;	
	text-align: left;	
}
#left{
	position: absolute;
	top: 224px;
	left: 25px;
	height:599px;
	width: 321px;
	text-align: left;
}
#center{
	position: absolute;
	top: 224px;
	left: 356px;
	height:599px;
	width: 653px;
	text-align: left;
}
#footer{
	position: absolute;
	top: 852px;
	left: 35px;
	text-align: left;
}
