body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container #title {
	margin-left: 30px;
	margin-top: 10px;
}
.oneColFixCtr #container #noThanks {
	margin-right: 15px;
	float: right;
	margin-top: 25px;
	width: 116px;
	height: 45px;
}
.oneColFixCtr #container #body {
	padding-bottom: 15px;
	padding-left: 75px;
	font-size: 10px;
	float: left;
}
.oneColFixCtr #container #body #messageTag {
	margin-top: 25px;
	font-size: 14px;
	float: left;
	width: 475px;
}
.oneColFixCtr #container #body #form {
	font-size: 12px;
	float: left;
	width: 600px;
}
.oneColFixCtr #container #body #form2 {
	font-size: 12px;
}
.oneColFixCtr #container #ferrari {
	margin-right: 30px;
}
.heading {
	font-size:24px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}.oneColFixCtr #container #claimer {
	font-size: 9px;
	list-style-image: url(../images/img_astrick.gif);
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	display: block;
	float: left;
	height: auto;
	width: 350px;
	margin-top: 50px;
	padding-top: 10px;
	padding-right: 580px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.copyright2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	display: block;
	float: left;
	height: auto;
	width: 350px;
	margin-top: 114px;
	padding-top: 10px;
	padding-right: 580px;
	padding-bottom: 20px;
	padding-left: 20px;
}
