#offers {
	float: 				left;
	width: 				220px;
	height:				305px;
	margin-right:		0px;
}

#offers a {
	display:			block;
	width: 				220px;
	height:				305px;
	/*background: transparent url('../images/offers_box.png') no-repeat top;*/
}

#offers a:hover {
	/*background: transparent url('../images/offers_box.png') no-repeat bottom;*/
}

#offers a span{
	padding-top:		50px;
	color:				white;
	margin-left:		17px;
	margin-right:		17px;
	text-align:			center;
	line-height:		140%;
	font-size:			15px;
	display:			block;
}
#offers a span strong{
	color:				#1e66b6;
	line-height:		120%;
	font-weight:		bold;
	font-size:			16px;
}

#offers a:hover span strong {
	color:				#2AA238;
}