/* CSS Document */
body {background-image:url(bg.jpg); 
background-color:#181212; 
background-repeat:repeat;
margin:0px;
padding:0px;
}
.main_continer
{
width:890px;
margin:0 auto;
clear:both;
}
.body_bg
{
background:url(body.png) repeat-y;
clear:both;
margin:0 auto;
}
.body_container
{
width:850px;
margin:0px auto;
}
.box_left
{
float:left;
width:550px;
}
.box_right
{
float:left;
width:270px;
margin-left:600px;
margin:0px;
}
.subhead
{
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
color#000000;
margin:0px;
}
.float_right
{
float:right;
padding-left:10px;
}
.video_box
{
float:left;
width:430px;
}
.optin_box
{
float:left;
width:400px;
margin-left:450px;
margin:0px;
}
.optin_bg
{
background:url(optin_form_bg.jpg) no-repeat;
width:358px;
height:310px;
padding:0px;
}
.form_box
{
width:300px;
margin:auto;
}
.form_content
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
margin:0px;
}
.input
{
width:150px;
height:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
border:1px solid;
}
.submit
{
background:url(button.png) no-repeat;
width:144px;
height:52px;
cursor:pointer;
margin:0px;
padding:0px;
border:none;
}
.footer
{
background:url(footer.jpg) no-repeat;
width:890px;
height:160px;
margin:auto;
}
.sub_text
{
font-family:Tahoma;
font-size:22px;
font-weight:bold;
color:#000000;
margin:0px;
padding:0px;
}
