body {
	position: relative;
	background-color: #000000;
}
html {
	background-color: #000000;
}
#background-container {
	position: absolute;
	width: 100%;
	min-height:100%;
	z-index: 1;
	background-color: #000000;
}
#background-container .background {
	width: 100%;
	min-height:100%;
	/*height: 903px;*/
	position: absolute;
	left: 0;
	top: 0;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-color: #000000;
	z-index: 10;
}
body #wrap {
	background: none;
	z-index: 1000;
	position: relative;
	padding: 0;
}

* html #background-container .background { height: 903px; } /* IE6 does not support 'min-height' */