@charset "utf-8";
body {
	margin: 0px;
	background-image: url(images/blackwallpaper_small.jpg);
	height:100%;
}
#horizon { 
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
#content {
	margin-left: -490px;
	position: absolute;
	top: -325px;
	left: 50%;
	width: 980px;
	height: 650px;
	visibility: visible;
}
.contenttext {
	margin: 0px;
	padding: 0px;
	height: 356px;
	width: 436px;
}
.contenttext p {
	font-size: 12px;
	color: #634e21;
	margin-top: 0px;
	margin-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
.contenttext h1 {
	font-size: 14px;
	color: #7555BA;
	margin-top: 0px;
	margin-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
.contenttext li {
	font-size: 12px;
	color: #634e21;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}