#wrapper{
    width: 100%;
}
.header{
    margin: auto;
}
.header_left{
    float: left;
    /*width: 115px;*/
}
.header_right{
    float: right;
    /*width: 863px;*/
}

.content{
    margin: auto;
}

.footer{
    background: #f6f6f6;
    border-top: 1px solid #f2f2f2;
}
.footer_middle,
.footer_bottom{
    margin: auto;
}
.footer_middle{
    min-height: 255px;
}
.footer_middle_left,
.footer_bottom_left{
    /*width: 652px;*/
    float: left;
}
.footer_middle_right,
.footer_bottom_right{
    /*width: 326px;*/
    float: right;
}