*
{ 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	text-align: left;
	background: #005c88 url('../../images/coupon/bg_slice.gif') repeat-x 0 0; 
}
div,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p
{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li
{
	font-weight: normal;
	/* font-size: 10px;
	line-height: 10px; */
}
strong { font-weight: bold; }
em { font-style: italic; }
a { text-decoration: none; cursor: pointer; }
img { border-style: none; }
:focus  { outline: 0; }

#omniturecode { display: none; }

#bcr_main
{
	position: relative;
	width: 800px;
	height: 900px;
	margin: 0 auto;
	background: transparent url('../../images/coupon/main.png') no-repeat 0 0;
}
#bcr_logo { position: absolute; left: 385px; top: 57px; width: 340px; height: 117px; background: transparent url('../../images/coupon/logo.png') no-repeat 0 0; text-indent: -9999px; }
#bcr_cta { position: absolute; left: 420px; top: 185px; width: 269px; height: 70px; background: transparent url('../../images/coupon/cta.png') no-repeat 0 0; text-indent: -9999px; }
#bcr_date { position: absolute; left: 399px; top: 261px; width: 319px; height: 54px; background: transparent url('../../images/coupon/date.png') no-repeat 0 0; text-indent: -9999px; }
#bcr_download
{
	text-indent: -9999px;
	overflow: hidden;
}
#bcr_download a { display: block; position: absolute; left: 274px; top: 758px; width: 248px; height: 61px; background: transparent url('../../images/coupon/download.png') no-repeat 0 0; }
#bcr_coupon { display: block; position: absolute; left: 28px; top: 461px; }




