@charset "UTF-8";
/* CSS Document */

#horizon {
	background-color: transparent;
	position: absolute;
	top: 35%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px; 
}
#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 998px;
	height: 440px;
	margin: 0px auto;
	}
#horizon p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
