body {
	background: #fff;
	font: 13px/1.5em Georgia, Times, serif;
	color: #333;
	padding-top: 20px;
}
a { color: #333; }
p { 
	clear: both;
	padding-top: 20px;
}
#logo { 
	display: block;
	margin: 0 auto 20px auto;
}
#container {
	margin: 0 auto;
	text-align: center;
	width: 237px;	/* Center 1 coupon on the screen */
	/*width: 474px;*/	/* Center 2 coupons on the screen */
	/*width: 715px;*/	/* Center 3 coupons on the screen */
}
.coupon, .coupon img {
	width: 225px;
	height: 400px;
}
.coupon {
	border: 1px dashed #ccc;
	margin: 10px auto;
	margin: 5px;
	position: relative;
	float:left;
}
.coupon img { 
	position: absolute;
	left: 0;
}
