body {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}


#coupon {
	display: block;	
	height: 400px; 
	width: 800px;
}

#copy {
	margin: 10px;
}

#title {
	position: absolute;
	top: 240px;
	left: 40px;
	display: block;
	width: 380px;
	float: left;
	padding: 0px;
	color: #cc0000;
	font-family: Arial, sans;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}

#tagline {
	position: absolute;
	top: 80px;
	left: 440px;
	display: block;
	width: 320px;
	color: #000;
	font-family: Arial, sans;
	font-size: 1em;
	font-weight: bold;
}

#value {
	position: absolute;
	top: 80px;
	left: 40px;
	display: block;
	width: 380px;
	float: left;
	color: #cc0000;
	font-family: Arial, sans;
	font-size: 6em;
	font-weight: bold;
	text-align: center;
}

#details {
	position: absolute;
	top: 140px;
	left: 440px;
	display: block;
	width: 320px;
	float: left;
	padding: 0px;
	color: #000;
	font-family: Arial, sans;
	font-size: .8em;
}

#expiry {
	position: absolute;
	top: 310px;
	left: 60px;
	display: block;
	padding: 10px;
	width: 320px;
	float: left;
	color: #000;
	font-family: Arial, sans;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	border: 1px #cc0000 solid;
}

#name {
	position: absolute;
	top: 320px;
	left: 440px;
	display: block;
	width: 320px;
	float: left;
	padding: 0px;
	clear: both;
	color: #000;
	font-family: Arial, sans;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

a.printLink {
	background: url('/s/printpreview.gif') no-repeat;
	width: 22px;
	height: 22px;
	padding: 10px;
}


#inline_coupon {
	display: block;	
	height: 200px; 
	width: 400px;
}

#inline_coupon img {
	width: 400px;
	height: 200px;
}

#inline_title {
	position: absolute;
	top: 120px;
	left: 20px;
	display: block;
	width: 190px;
	float: left;
	padding: 0px;
	color: #cc0000;
	font-family: Arial, sans;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}

#inline_tagline {
	position: absolute;
	top: 40px;
	left: 220px;
	display: block;
	width: 160px;
	color: #000;
	font-family: Arial, sans;
	font-size: .6em;
	font-weight: bold;
}

#inline_value {
	position: absolute;
	top: 40px;
	left: 20px;
	display: block;
	width: 190px;
	float: left;
	color: #cc0000;
	font-family: Arial, sans;
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
}

#inline_details {
	position: absolute;
	top: 70px;
	left: 220px;
	display: block;
	width: 160px;
	float: left;
	padding: 0px;
	color: #000;
	font-family: Arial, sans;
	font-size: .4em;
}

#inline_expiry {
	position: absolute;
	top: 145px;
	left: 30px;
	display: block;
	padding: 5px;
	width: 160px;
	float: left;
	color: #000;
	font-family: Arial, sans;
	font-size: .5em;
	font-weight: bold;
	text-align: center;
	border: 1px #cc0000 solid;
}

#inline_name {
	position: absolute;
	top: 144px;
	left: 220px;
	display: block;
	width: 160px;
	float: left;
	padding: 0px;
	clear: both;
	color: #000;
	font-family: Arial, sans;
	font-size: .5em;
	font-weight: bold;
	text-align: left;
}


