@charset "UTF-8";
/* CSS Document */

#sponsors span {
	float: left;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
}
#sponsors a {
	display: block;
	float: left;
	height: 60px;;
	padding: 0 10px;
}
a.flyingbison {
	background: url(../images/flyingbison.png) no-repeat 0 0; 
	width: 113px;
}
a:hover.flyingbison {
	background-position: 0 -60px;
} /* reveal color version */


