.col-1, .col-2, .col-3, .col-4{ float:left}
/*======= width =======*/
.main
{
    margin:0 auto; text-align:left; width:975px;
    background: url('../images/footer-bg.jpg') no-repeat center bottom;
}


/*======= header =======*/
#header {
    height: 261px;
    background: url('../images/top2.png') no-repeat center bottom;
}

/*======= index.html =======*/
#page1 #content .col-1{ width:350px; margin-right:37px}
#page1 #content .col-2{ width:190px; margin-right:40px}
#page1 #content .col-3{ width:130px; margin-right:10px}
#page1 #content .col-4{ width:153px; margin-right:0}


/*======= footer =======*/
#footer { height:253px; }
#footer .col-1{ width:331px; margin-right:39px}
#footer .col-2{
    width: 220px;
     margin-right:25px
}
#footer .col-3{
    width: 120px
}

