body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#2d3739;
}

a {
	color:#2d3739;
}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px; 
}
#wrapper {
	background-color: #2d3739;
	position: relative;
	text-align: left;
	width: 900px;
	height: 380px;
	margin: 0px auto;
}

.introtext {
	color:#FFF;
}