/* 
===========================================================
COUPON 1
===========================================================
*/

* {
	margin:0;
	padding: 0;
	border:0;
	list-style:none;
	font-family: arial;
	
	
}
body {
	line-height: 70%;
	background: #003898 url(../images/background/background.jpg) center repeat-y;
	text-align:center;	
}

div#top{
	width:640px;
	height:100px;
	float:left;
}

div#container{
	margin: 0 auto;
	position:relative;
	width:640px;
	text-align:center;
	
}

div#coupon_content {
	width:640px;
	height:610px;
	float:left;
	background-image:url(../images/coupon/content.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
}

div#expire {
	align:center;
	margin:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#22296F;
	font-weight:bold;
	font-size:14px;
	margin-top:170px;
}

div#divCoupon {
	position:absolute;
	margin-top:50px;
	right:25px;
	height:auto;	
}

div#divProvince {
	font-size:14px;
	font-family:Arial;
	text-align:left; 
	padding-left:40px; 
	margin-top:80px;
	
}

div#divThanks {
	height:420px;
	left:0px;
	top:250px;
	position:absolute;
}

div#border1 { 
	width: 640px; 
	margin: 0px auto 0px auto;  
	float:left;	
}

div#border2 { 
	width: 640px; 
	margin: 0px auto 0px auto;  
	float:left;
	background:none;
	
}
div#footer {
	width: 640px;
	clear: both;
	margin: 0px auto;
	padding-top: 20px;
	background: url(../images/coupon/footerback.gif) no-repeat;
	font-size: 65%;
	color: white;
}

div#footer a {
	color: white;
}

.title {
	 margin:20px 0 20px 0;
}	

.thank{
	width:640px;
	height:auto;
	float:left;
	color:#000066;
	font-size:16px;
}

.links{
	width:640px;
	height:auto;
	float:left;
	color:#000066;
	font-size:10px;
	font-weight:bold;
}

.links a{
	text-decoration:underline;
	color:#000066;
	font-weight:bold;
}

.footer{
	width:640px;
	height:auto;
	float:left;
	margin-top:10px;
	color:#666666;
	font-size:10px;
	text-align:center;
}

.sup{
	font-size:6px
}	


@media print {
	div#top img, div#footer {
		display:none;
	}	
		
}		

	
