body {
	background-color: #000000;
	margin: 0px;
	background-image:url(images/bkg.jpg);
}
a:link, a:visited {
	color: #fff54d;
	text-decoration: none;
}
a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	font-weight:bold;
}
h2 {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	color:#797870;
	font-weight:bold;
	margin-bottom:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4d3cb;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#797870;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#19539b;
	font-weight:bold;
}
p, li {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	line-height:18px;
}
table {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}
.small {
	font-size: 11px;
	line-height: 15px;
}
.dark {
	color: #000000;
}
.line {
border: none 0; 
	border-top: none;
	border-bottom: 1px solid #181818;
	width: 100%;
	height: 1px;
	margin: 4px auto 4px 0
}
#coupon-wrap {
	width: 500px;
	margin: 50px auto 0 auto;
}
#coupon-top {
	background-image:url(images/coupon-bkg-top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 15px;
}
#coupon-bottom {
	width: 500px;
	background-image:url(images/coupon-bkg-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}