body,p {
	margin: 0px;
	background:white;
	color: #505050;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 9pt;
}
#horizon {
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 35%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#logo {
	background-color: transparent;
	margin-left: -350px;
	position: absolute;
	top: -35px;
	left: 50%;
	width: 700px;
	height: 70px;
	visibility: visible;
}

#logo img {
	margin: 0 auto;
	display: block;
	position: relative;
}

a {
	color: #808080;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

#footer {
	font-size: 9px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block;
}

h1 {
	color: #33323F;
}

pre {
	margin: 0px;
	padding: 0px;
}
