/* CSS Document */
body {
	margin:  0px;
	padding: 0px;
	background-color: #000000; }

#horizon {
	position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
	margin-top: -300px;
    text-align: center;
    min-width: 900px; }

#wrapper {
	width:  900px;
	height: 600px;
	margin:   0px auto;
	text-align: left;
	position: relative;
	background-color: #886f1c; }