@charset "UTF-8";

body 
	{
	background-color: #000000;
	margin: 0px;
	overflow: hidden;
}

h1 {
	display: none;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	min-width:1200px;
}

#horizon        
	{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: -125px;
	position: absolute;
	top: -35px;
	left: 50%;
	width: 250px;
	height: 70px;
	visibility: visible;
	background-attachment: fixed;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-style: italic;
	}

.bodytext 
	{
	font-size: 10px;
	line-height: 70px;
	}

.headline 
	{
	font-size: 14px
	}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: overline;
}

