@charset "utf-8";
/* CSS Document */

.body {
	background: #FFF;
	text-align: center;
	color: #000;
}
#container {
	background: #FFF;
	text-align: center;
}
#nav {
	display: none;
}
#header {
	display: none;
}
#coupon {
	color: #000;
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	
}
.coupon {
	width: 400px;
	text-align: center;
	padding: 10px;
	border: thin dashed #000;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
