HTML{
height: 100%;
}
BODY{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	height: 100%;
	color: #000000;
	text-align: left;
	background-image: url(bgr.jpg);
	background-repeat: repeat-x;
	background-color: #e8eec1;
}

#container {
	position: absolute;
	top: 3px;
	width: 970px;
	left: 50%;
	height: 772px;
	margin-left: -465px;
	visibility: visible;
	background-image: url(content-bgr.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#menuleft {
	position: absolute;
	width: 247x;
	height: 143px;
	left: 400px;
	top: 85px;
	text-align: left;
}
#menuright {
	position: absolute;
	width: 247x;
	height: 143px;
	left: 667px;
	top: 85px;
	text-align: left;
}
#bgr{
	position: absolute;
	top: 247px;
	left: 53px;
	width: 594px;
	height: 493x;
	z-index:10;
}
#footer{
	position: absolute;
	top: 763px;
	left: 43px;
	text-align: left;
}