body
{
	background-image: url('./cp.bg.png');
	background-repeat: repeat-x;
	font-family: Tahoma, Tempus Sans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold
}
#content
{
	width: 600px;
	margin: 0px auto;
	position: relative;
	top: 0px;
}
#coupons
{
	position: relative;
	margin: 10px auto;
	top: 20px;
	width: 400px;
}
#coupons li
{
	position: relative;
	border: 1px solid black;
	width: 300px;
	height: 150px;
	padding: 5px;
	margin: 5px;
	background-color: white;
	list-style: none;
}
#coupons li *
{
	text-align: center;
	width: 100%;
	margin: 5px 0px;
}
.title
{
	color: #AA3300;
	font-size: 22px;
}
.id
{
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 200px;
	text-align: right;
}
#id2
{
	position: absolute;
	top: 1px;
	text-align: left;
	left: 1px;
	font-size: 12px;
	text-align: right;
}