body {
	margin-top: 0px;
	padding-top: 0px;
	font-family: arial, helvetica, sans-serif;
	background: url(images/background.png) repeat-x #062465;
}

form { margin: 0px; padding: 0px; }

#header {
	background: url(images/header.png) no-repeat;
	margin: 0 auto;
	width: 816px;
	height: 21px;
}

#dropshadow {
	background: url(images/dropshadow.png);
	/*Ie 6 fix */
	_background: transparent;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/dropshadow.png', sizingMethod='scale');
	_background: none;
	/* Ends */
	width: 816px;
	margin: 0 auto;
}

#content {
	_position: relative;
	width: 750px;
	margin: 0 auto;
	background: #F9FDF4;
}

#main_text {
	width: 712px;
	border: 1px solid #515150;
	margin: 0 auto;
	background: white;
	padding: 9px;
	margin-top: 10px;
}

#main_text p {
	font-size: 16px;
	color: #333333;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

#signup {
	width: 260px;
	float: right;
}

#warranty {
	background: url(images/wty_bg.jpg) no-repeat;
	width: 750px;
	margin: 0 auto;
	color: #1653B6;
	font-size: 13px;
	background: #F9FDF4;
	line-height: 30px;
}

#warranty a {
	color: #1653B6;
	font-size: 13px;
	text-decoration: none;
}

#footer {
	background: url(images/footer.png) no-repeat;
	width: 816px;
	height: 54px;
	color: white;
	margin: 0 auto;
}

h1, h2, h3, h4 { margin: 0px; padding: 0px; }

img.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;

}

#green_banner {
	width: 778px;
	height: 54px;
	background: url(images/green_banner.gif) no-repeat left top;
	position: absolute;
	left: -33px;
}

#sign_up_form {
	width: 456px;
	height: 248px;
	margin: 0 auto;
	background: url(images/sign_up_form.gif) no-repeat;
}

.sign_up_table .col1 {
	text-align: right;
}

.sign_up_table .col2 input {
	width: 250px;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
}

#signup_button {
	background:url(images/sign_up_button.gif) no-repeat;
	width: 448px;
	height: 40px;
	border:none;
	display: block;
    margin-left: auto;
    margin-right: auto;
	cursor:pointer;
}

#video {
	float: left;
}
.impact { 
	font-family: "impact", sans-serif;
	font-weight: normal;
}

.green { color: #639F20 !important; }
.blue { color: #0035AA !important; }
.grey { color: #333333 !important; }
.red { color: #B81000 !important; }

.size22 { font-size: 22px; }
.size26 { font-size: 26px; }
.size30 { font-size: 30px; }
.size50 { font-size: 50px; }

.center { text-align: center; }

.float_left { float: left; }
.float_right { float: right; }
.clearer { clear: both; }
.normal { font-weight: normal; }
