li {
	width: 320px;
	height: 220px;
	float: left;
	display: inline-block;
}

td {
	width: 320px;
	height: 220px;
	float: left;
	display: inline-block;
	margin: 0px;
	padding: none;
	vertical-align: center;
	text-align: center;
}


img {
	max-width: 300px;
	max-height: 200px;
}

.print_coupon_box {
	width: 700px;
	margin: 0 auto;
	height: 100%;
}

a {
	display: block;
	padding: 10px;
	background: #EEE;
	border: 1px solid #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	font: 14px bold "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

a:hover {
	background: #FFA;
}