#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;
}

#sponsor{
	height: 60px;
	background-image:url(../images/bg_sponsor.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

#sponsor a{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

#sponsor a:hover{
	color: red;
	font-weight: bold;
}
