body {
	background-color: #fee2bf;
	margin: 0;
	background-image: url(/images/bg_body.jpg);
	background-repeat: repeat-x;
}
* html body {behavior: url(/csshover.htc);}
#wrapper {
	background-image: url(/images/bg_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
}
#main {
	position: relative;
	width: 893px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/extender.jpg);
	background-repeat: repeat-y;
}
#header {
	width: 100%;
	height: 198px;
	background-image: url(/images/header.jpg);
	padding: 1px 0;
}
#nav {
	background-color: transparent;
	position: absolute;
	z-index: 10;
	top: 34px;
	left: 598px;
	height: 24px;
}
#content {
	height: auto;
	min-height: 350px;
	padding: 1px 80px;
	background-image: url(/images/bg_content.jpg);
	background-repeat: no-repeat;
}
* html #content {
	height: 350px;
}
#footer {
	background-color: #fee2bf;
	height: 47px;
	clear: both;
	background-image: url(/images/footer.jpg);
	padding: 61px 31px 1px 0;
	background-repeat: no-repeat;
}
#rotator { margin: 10px auto; width: 510px; min-height: 500px; }
#preloader {
	visibility: hidden;
}