html 
{
overflow-y: hidden;
overflow-x: hidden;
}
body 
{
	background-color: #000000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#horizon        
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block
}

#content    
{
	margin-left: -225px;
	position: absolute;
	top: -175px;
	left: 50%;
	width: 450px;
	height: 350px;
	visibility: visible;
}

#ll   
{

	 position: relative;
	 top: 7px;
	 width: 450px;
	 text-align:left;
}
#rr   
{
	 position: relative;
	 top: -35px;
	 width: 450px;
	 text-align:right;
}

.reklama
{
	position: relative;
	top: 0px;
	width: 450px;
	height: 20px;
	margin:auto;
	text-align:left;
	color: #666666;
}
.reklama a 
{
	color: #999999;
	text-decoration: none;
}
.reklama a:Hover
{
	color: #ffffff;
	text-decoration: none;
}
a
{
     color: #5eb8ea;
}
a:hover
{
     color: #ffffff;
}
