body { 
	background: url(../img/bg1.jpg);
	color: #000;
	}

a {
	color: #808000
}
a:hover { 
	text-decoration: none;
	color: #DDD;
	}

p 	{
	font-size: 85%;
	text-align: center;
	}

#ticker {
	/*background: #C5CFE2;*/
	float: none;
	text-align: center;
	/*color: #4B0082;*/
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	}

#links {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #4B0082;*/
	color: #000;
	text-align: center;
	border-right: thin solid #000;
	border-bottom: thin solid #000;
	}
	
#main   {
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	/*color: #4B0082;*/
	color: #000;
	text-align: center;
	border-top: thin solid #000;
	}
	
#legal {
	font-size: 75%;
	}
