body {
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	font-size: small;
}

#horizon {
	color: #FFFFFF;
	background-color: #000000;
	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;
	margin-left: -150px;
	position: absolute;
	top: -105px;
	left: 50%;
	width: 300px;
	height: 210px;
	visibility: visible;
}
h1 {
	font-size: 120%;
}
p {
	font-size: 80%;
	font-weight: normal;
}
a:link, a:visited {
	padding: 0em 0.5em;
	text-decoration: none;
	color: #FFC30D;
	background-color: transparent;
}
a:hover {
	color: #000000;
	background-color: #FFC30D;
}