body {
	margin: 0px auto;
	font-family:"Lucida Grande", geneva, helvetica, sans-serif;
	font-size:14px;
	font-weight:lighter;
	font-variant:normal;
	text-transform:none;
	color: #bbaa99;
	line-height:150%;
	text-align: center;
	background-image: url(../images/global/background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

body > * { /* IE6-only filter */
	text-align: left;
}

div#container {
	clear: both;
	margin: 0px auto;
	width: 904px;
	top: 170px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/global/container.png);
	background-position: center top;
	background-repeat: repeat-y;
	position: relative;
	min-height: 650px;
	z-index: 10;
}

div#header {
	position: absolute;
	width: 904px;
	height: 170px;
	top: -170px;
	left: 0px;
	background-image: url(../images/global/header.png);
	background-position: center top;
	background-repeat: no-repeat;
	z-index:100;
}

div#content {
	position: relative;
	margin: 0px auto;
	text-align: left;
	z-index: 10;
}

#footer {
	font-family:"Lucida Grande", geneva, helvetica, sans-serif;
	font-size:9px;
	font-weight:lighter;
	font-variant:normal;
	text-transform:uppercase;
	line-height: 150%;
	color:#666;
	letter-spacing:0.3em;
	clear: both;
	margin: 0px auto;
	height: 100px;
	width: 904px;
	top: 170px;
	position: relative;
	background-image: url(../images/global/footer.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#footer p.copyright {
	text-align: center;
	padding-top: 5px;
	color: #b1a297;
	width: 700px;
	margin: 0px auto;
}
