HTML{
height: 100%;
}
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
#container {
	position: absolute;
	margin-left: -372px;
	top: 0px;
	left: 50%;
	width: 744px;
	min-height: 300px;
	visibility: visible;
	background-image: url(bgr.jpg);
	background-repeat: repeat-y;
}
#logo{
	position: absolute;
	left: 393px;
	top: 0px;
	width: 334px;
	height: 69px;
	z-index: 30;
}
#menubgr{
	position: absolute;
	left: 13px;
	top: 112px;
	width: 714px;
	height: 1px;
	z-index: 10;
	background-repeat: no-repeat;
	background-image: url(menu-bgr.jpg);
}
#menu{
	position: absolute;
	text-align: left;
	left: 21px;
	top: 87px;
	height: 26px;
	z-index: 20;
}
.content{
	position: absolute;
	text-align: left;
	left: 0px;
	top: 133px;
	width: 744px;
	background-image: url(bgr.jpg);
	background-repeat: repeat-y;
}
.main{
	text-align: left;
	margin-left: 17px;
	width: 710px;
	background-image: url(content-bgr.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#bottom {
	text-align: left;
	margin: 11px 0px 11px 17px;
	width: 710px;
	background-color: #71121b;
	color: #ffffff;
}
#footer {
	text-align: left;
	width: 744px;
	background-image: url(footer-bgr.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
