@charset "UTF-8";

body {
	background-color:#F0F0F0;
	color:#3a3a3a;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size:12px;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#player {
	text-align: right;
	width: 100px;
	float: right;
	padding-top: 3px;
}

#weather {
	text-align: left;
	width: 200px;
	float: left;
	height: 30px;

}




#footer_content {
	text-align: center;
	font-family: Times New Roman, Times, serif;
	font-size:14px;
	color:#999999;
	height: 30px;
	font-style: italic;
	float: center;
	padding-top: 5px;
}


#footer_content a {
	color:#999999;
	text-decoration: none;	
	}

#footer_content a:active {
	color:#999999;
	text-decoration: underline;
	}

#footer_content a:hover {
	color:#666666;
	text-decoration: underline;	
	}




