/* CSS Document */

#main-wrapper {
		height: 100%;
		width: 1024px;
		margin: 0px auto;
		padding: 0px;
		z-index: 0;
		color: #FFF;
}
#bwh-bg {
		position: fixed;
		z-index: -1;
		height: 200%;
		width: 200%;
		left: -50%;
		top: -50%;
}

#wrapper {
		text-align: center;
		width: 1024px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
}
