body, html {
	margin: 0;
	padding: 0;
}
body {
	background: #e9e9e9 url(../images/bggradient.jpg) top left repeat-x;
}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -262px;
	text-align: center;
	min-width: 871px; 
}
#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 871px;
	height: 524px;
	margin: 0px auto;
	}

