@charset "utf-8";
body {
	background-color: #000000;
	background-image:url(../graphics/planet.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#FFFFFF;
}
#about h1
{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin-bottom: 1px;
	font-weight: normal;
	margin-top: 28px;
}
#about
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	line-height:140%;
}
#clue, #about {
	position:relative;
	left: 50%;
	width:700px;
	margin-top: 150px; /*set to a negative number 1/2 of your height*/
	margin-left: -350px; /*set to a negative number 1/2 of your width*/

}
#footer a
{
	padding-top:2px;
	margin-bottom:2px;
	margin-left:5px;
	margin-right:5px;	
}
#footer a:link,#footer a:visited, #footer a:active
{
	color:#333333;
}
#footer a:hover
{
color:#CCCCCC;
}
#footer
{
padding-top:10px;
border-top: 1px solid;
	border-color: #151515;
position:relative;
	left: 50%;
width: 700px;
margin-left: -350px; /*set to a negative number 1/2 of your width*/
margin-top:50px;
color: #666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
clear:both;
line-height:180%;
}
#real_time, #tba1, #tba2
{
	float:left;
}
#powers
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#282828;
	font-size: 22px;
	margin-top:0px;
	margin-left: 20px;
	padding-top: 20px;
}
a
{
outline: none;
}
#powers a:link, #powers a:visited, #powers a:active
{
	
	font-size:22px;
	color: #669C24;
}
#powers a:hover
{
	color:#99CC33;
}
