body {background-color: #737b81; margin: 0; background-image: url(images/bg_body.jpg); background-repeat: no-repeat;}
#main { position: relative; width: 882px; margin-left: 46px; margin-right: auto; background-image: url(images/extender.jpg); background-repeat: repeat-y;}
#header { width: 100%; height: 92px; padding: 1px 0; background-image: url(images/header.jpg); background-repeat: no-repeat; }
#nav {
	background-color: transparent;
	position: absolute;
	z-index: 10;
	top: 61px;
	left: 491px;
/*	width: 373px;*/
	height: 15px;
}
#content { background-image: url(images/bg_content.jpg); background-repeat: no-repeat; height: auto; min-height: 529px; padding: 34px 24px 1px 69px;}
* html #content { height: 562px;}
#footer { background-image: url(images/footer.jpg); background-repeat: no-repeat; background-color: #737b81; height: 42px; padding: 50px 20px 2px 0; clear: both; }

