/* Colors CSS */

html {
color:#1c180d;
background-image:url(images/bg.jpg);
background-position:center top;
background-attachment:fixed;
}

/*-- Branding Backgound --*/

div#branding {
position:absolute;
display:block;
text-indent:-9999px;
left:-25px;
top:25px;
height:134px;
width:325px;
}


/*-- div content_main --*/

div#content_main{
}


/*-- Content Backgound --*/

div#content {
}


div#content_sub {
}

/*-- Footer Backgound --*/

div#site_info {
width:100%;
padding-top:15px;
padding-bottom:60px;
border-top:1px solid #cc9933;
clear:both;
} 

div#site_info_video {
width:100%;
margin-top:250px;
padding-top:15px;
padding-bottom:60px;
border-top:1px solid #cc9933;
clear:both;
} 