@charset "utf-8";
/* GLOBAL ELEMENTS */

	html, body {
		height:100%;
		}

	body {
		background-color:#000;
		color:#fff;
		font-family:Verdana, Geneva, sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		font-size:13px;
		}

	#distance { 
		width:1px;
		height:50%;
		background-color:#000;
		margin-bottom:-150px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:220px;
		width:660px;
		clear:left;
		background-color: #666;
		border:10px solid #fff;
		padding: 40px;
		}
		
		#logo
		{
			margin: 20px 0px 0px 0px;
		}
		
		#logocontent
		{
			width:660px;
			float:left;
			text-align:center;
		}
		
		#content
		{
			float:left;	
			width: 660px;
		}
		
		a{
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	
}
a:hover{
	text-decoration: underline;
}