#offerbox {
	height:215px;
	background: #003060;
	margin: 5px 0 9px 12px;
	position:relative;
	width:250px;
}

#offerbox div.text {
	left:0;
	padding:10px;
	position:absolute;
	top:10px;
	width:230px;
	text-align: center;
}

#offerbox a:link, #offerbox a:visited {
	text-decoration:none;
	color: #32ABD8;
}

#offerbox a:hover {
	color: #F56E3A;
	text-decoration: underline;
}

#offerbox p {
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	padding-bottom: 9px;
}

#offerbox h3 {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.3em;
	color: #666;
	margin: 0 0 3px;
	color: #eee;
}

#offerbox h4 {
	font-size:1.1em;
	font-weight:bold;
	margin: 3px 0;
	line-height:1.3em;
}

#offerbox .text img {
	text-align: center;
	margin:3px 0;
	border-color: #eee;
}