/*
	Ads Style
*/

#topAds {
	border: 1px solid #990000;
	background-image: url(http://neoboffins.com/i/topAds/topAds_bg.gif);
	background-repeat: repeat-x;
	background-color: #FF0000;
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}

/*
	Ads Links Style
*/

#topAds a {
	display: block;
	width: 108px;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#topAds a:hover {
	background-image: url(http://neoboffins.com/i/topAds/topAds_bg_on.gif);
	background-repeat: repeat-x;
}
