#links {
	background: url(../bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	color:white;
}

#links a:link, #links a:visited, #links a:active{
	text-decoration:none;
	color:white;
}

#footer {
	color:white;
	font-weight: bold;
}

#footer a:link, #footer a:visited, #footer a:active{
	text-decoration:none;
	color:white;
}