@charset "utf-8";
body {
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #FFFFFF;
}
#logo {
	width: 104px;
	margin-left: 614px;
	height: 102px;
	margin-top: 13px;
}
#bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 500px;
	margin-top: 115px;
	margin-left: 20px;
}
html>body #bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 500px;
	margin-top: 125px;
	margin-left: 20px;
}
#buttons {
	margin-top: 30px;
	margin-left: 30px;
}
#disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: left;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

li {
	list-style-position: outside;
	list-style-type: square;
}



.oneColFixCtr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../Images/Rewards_bkgr.jpg);
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
html>body #logo{
	width: 104px;
	margin-left: 614px;
	height: 102px;
	margin-top: 13px;
	padding-top: 13px;
}

