body {	
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}
h1, h2, h3, h4 {
	text-align: center;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #e63e96;
	text-decoration: underline;
}

#wrapper {
	position: relative;
	top: 0px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#coupons {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	
}
#coupons img {
	border: 1px #000000 dashed;
	margin: 10px;
}
