body {
	background-color: #000000;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #AABA9B;
}
a:active {
	text-decoration: none;
}
#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
#content {
	margin-left: -150px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 300px;
	height: 600px;
}
#txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
}

