body {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#coupon {
	display: block;	
	height: 600px; 
	width: 500px;
}

#copy {
	margin: 10px;
}

#title {
	position: absolute;
	top: 60px;
	left: 10px;
	display: block;
	width: 244px;
	float: left;
	padding: 0px;
	color: #000000;
	font-family: Arial, sans;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
}

#tagline {
	position: absolute;
	top: 470px;
	left: 10px;
	width: 490px;
	display: block;
	padding: 0px 0px 0px 10px;
	color: #000000;
	font-family: Arial, sans;
	font-size: 1em;
	font-weight: bold;
}

#value {
	position: absolute;
	top: 160px;
	left: 10px;
	display: block;
	width: 244px;
	float: left;
	color: #000000;
	font-family: Arial, sans;
	font-size: 3.2em;
	font-weight: bold;
	text-align: center;
}

#details {
	position: absolute;
	top: 490px;
	left: 10px;
	display: block;
	width: 470px;
	float: left;
	padding: 0px 0px 0px 10px;
	color: #000000;
	font-family: Arial, sans;
	font-size: .8em;
}

#expiry {
	position: absolute;
	top: 280px;
	left: 10px;
	display: block;
	width: 244px;
	float: left;
	color: #000000;
	font-family: Arial, sans;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

#name {
	position: absolute;
	top: 380px;
	left: 10px;
	display: block;
	width: 240px;
	float: left;
	clear: both;
	color: #000000;
	padding: 0px;
	font-family: Arial, sans;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#inline_coupon {
	display: block;	
	height: 300px; 
	width: 250px;
}

#inline_coupon img {
	width: 250px;
	height: 300px;
}

#inline_copy {
	margin: 10px;
}

#inline_title {
	position: absolute;
	top: 30px;
	left: 5px;
	display: block;
	width: 122px;
	float: left;
	padding: 0px;
	color: #000000;
	font-family: Arial, sans;
	font-size: .7em;
	text-transform: uppercase;
	text-align: center;
}

#inline_tagline {
	position: absolute;
	top: 235px;
	left: 5px;
	width: 245px;
	display: block;
	padding: 0px 0px 0px 5px;
	color: #000000;
	font-family: Arial, sans;
	font-size: .6em;
	font-weight: bold;
}

#inline_value {
	position: absolute;
	top: 80px;
	left: 5px;
	display: block;
	width: 122px;
	float: left;
	color: #000000;
	font-family: Arial, sans;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

#inline_details {
	position: absolute;
	top: 250px;
	left: 5px;
	display: block;
	width: 245px;
	float: left;
	padding: 0px 0px 0px 5px;
	color: #000000;
	font-family: Arial, sans;
	font-size: .4em;
}

#inline_expiry {
	position: absolute;
	top: 140px;
	left: 5px;
	display: block;
	width: 122px;
	float: left;
	color: #000000;
	font-family: Arial, sans;
	font-size: .6em;
	font-weight: bold;
	text-align: center;
}

#inline_name {
	position: absolute;
	top: 190px;
	left: 5px;
	display: block;
	width: 122px;
	float: left;
	clear: both;
	color: #000000;
	padding: 0px;
	font-family: Arial, sans;
	font-size: .5em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

