*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	margin-left: 0px;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #333333;
}

#maincontainer
{
	width: 586px;
	height: 114px;
	margin: auto;
	margin-left: -293px;
	position: absolute;
	top: -100px;
	left: 50%;
	visibility: visible;	
}

#text
{
	width: 586px;
	margin: auto;
	text-align: center;
	color: #7a7a7a;
	font-family: Tahoma;
	font-size: 17px;
	line-height: 1.5;
}

#text2
{
	width: 586px;
	margin: auto;
	text-align: center;
	color: #7a7a7a;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 1.5;
}

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

a:link 
{
	color: #7a7a7a;
	text-decoration:none;
}

a:visited 
{
	color: #7a7a7a;
}

a:hover 
{
	color: #7a7a7a;
}

a:active 
{
	color: #7a7a7a;
}
