@charset "utf-8";
html, body {
	height:100%;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background: #000;
		

	
}
a,
a:link,
a:visited{
	text-decoration: none;
 	color: #fff;
	text-transform: uppercase;
 

}


a:hover{
	 
	color: #ccc;
	
  

}

#floater {
	height:50%;
	margin-bottom:-75px;
	position:relative;
}
#content {
	clear:both;
	height:150px;
	position:relative;
	margin:0 auto;
	width:195px;
	padding:20px;
	text-align: center;
	color: #fff;
}


#content p{
	white-space: pre;
	font-size: 10px;
}



#logo {
	margin-bottom: 20px;
}

 