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

body {
	color: black;
	background-color: #fff;
	margin: 0px
}
img {
	border: none;
}

#horizon {
	color: black;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
#content {
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #fff;
	margin-left: -305px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 785px;
	height: 350px;
	visibility: visible
}
#main{
	width: 335px;
}

.headline {
	font-family: "Gill Sans", "Humanist 521 BT", "Helvetica Neue", Arial, sans-serif;
	font-size: 22px;
}

.subhead {
	font-family: "Gill Sans Light", "Humanist 521 LT", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
}
