html {
	overflow-y: scroll;
}

body
{
padding:0px;
margin:0px;
font-family:verdana;
	color: #555555;
}
.main_container
{
width:990px;
margin:auto;
}
.logo
{
margin:20px 0 12px 0;
}

.logo img
{
	border: 0;
}

.home-header_wrapper
{
width:990px;
height:310px;

}
.signup-header_wrapper
{
width:990px;
height:383px;

margin-bottom:20px;
background-image:url(../images/signup-header.gif);
background-position:left;
background-repeat:no-repeat;
}
.free-reports-header_wrapper
{
width:990px;
height:383px;

background-image:url(../images/free-report-header.gif);
background-position:left;
background-repeat:no-repeat;
}
.video_player
{
width:356px;
height:279px;
float:right;
text-align:center;
margin:24px 20px 0 0;
}
.form-container
{
width:290px;
height:279px;
float:right;
text-align:left;
font-family:verdana;
font-size:12px;
color:#ffffff;
margin:38px 24px 0 0;
}

.information_btn
{
width:990px;
height:80px;

text-align:center;
padding-top:20px;
}
.body_container
{
width:990px;
height:215px;
margin-bottom:24px;

}
.report_box
{
width:214px;
height:187px;
float:left;
margin:18px 5px 0 5px;
padding:10px 10px 0 12px;
background-image:url(../images/white_box.gif);
background-repeat:no-repeat;
font-family:verdana;
font-size:14px;
font-weight:bold;
color:#32373d;
position: relative; 
}



.report_box a
{
	position: absolute; 
	bottom: 23px; 
	right: 18px;
}

.footer
{
width:990px;
margin-top: 20px;
}
.footer_navi
{
width:990px;
height:30px;

text-align:center;
font-family:verdana;
font-size:12px;
color:#2a3038;
background-color:#dbdfe1;
padding-top:12px;
}
.footer_navi a
{
color:#2a3038;
text-decoration:none;
margin-left:8px;
margin-right:8px;
}
.copy_right
{
width:990px;
height:30px;
padding:12px;

text-align:center;
font-family:verdana;
font-size:12px;
color:#666;
}

.copy_right a
{
	color:#2a3038;
}

