@charset "UTF-8";

#main-content {
	background: url(../images/coupons/bg.jpg) no-repeat;
}

	h3 {
		width: 165px;
		height: 45px;
		display: block;
		text-indent: -10000px;
		margin: 25px 0 0;
		float: left;
	}
	
	#coupon-specials {
		float: left;
		padding: 2px 0 0;
		width: 540px;
		margin: 5px 0 0 55px !important;
		margin: 5px 0 0 28px;
	}
	
		.special {
			clear: left;
			width: 540px;
			margin: 5px 0;
		}
			
			#coupon-specials h4 {
				width: 540px;
				color: yellow;
				clear: left;
				margin: 5px 0 0;
				font-size: 14px;
			}
			
			#info {
				float: left;
				width: 100%;
			}
			
			#coupons {
				text-align: center;
				padding: 5px 0 0;
			}
			
			.coupon {
				width: 200px;
				height: 100px;
				margin: 5px;
				display: inline-block;
			}