*{margin:0;padding:0}

body 
	{
	color: white;
	background-color: black;
	}

#horizon        
	{

	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	margin-left: -275px;
	position: absolute;
	top: -35px;
	left: 50%;
	width: 500px;
	height: 70px;
	visibility: visible;
	font-weight: bold;
	font-size: 36px;
	font-family : arial;
	}

.at{
color: #007FB2;
display: inline; 
}

a:link, a:visited 
	{
	color: white;
	text-decoration: none
	}

a:hover 
	{
	color: white;
	text-decoration: none
	}

b{	
font-weight: normal;
color: #007FB2;
}
