.headerWrap {
	float:left;
	background: url(images/bg_headerWrap.jpg) repeat-x #BBBBBB;
	height: 600px;
	width: 100%;
	text-align:left;
	position:relative;
}
.header {
	float:left;
	background: url(images/bg_header.png) no-repeat 50% 0;
	height: 572px;
	width: 100%;
	text-align:left;
	position:relative;
	z-index: 2000;
}
.header .container {
	margin: 0 auto;
	width: 1024px;
	height: 572px;
	position:relative;
}
#content {
	float:left;
	/*background: #bbbbbb url(images/bg_content.jpg) repeat-y 50% 0;*/
	width: 100%;
	text-align:left;
	position:relative;
	z-index: 1;
	padding-bottom: 20px;
	background-color: #BBBBBB;
}
#simple-menu span .SkinObject {
}

