body{
    background: #1c538a url(../images/applicationCompany/info_bg.png) top center no-repeat;
    min-width: 1000px;
    font-size: 14px;
}
.infoHeader{
    margin: 0;
    width: 100%;
    height: 50px;
    background: url(../images/applicationCompany/info_box_hd.jpg) no-repeat left top;
}

.infoContent{
    margin: 0;
    width: 100%;
    background: url(../images/applicationCompany/info_box_bd.jpg) repeat-y left top;
}

.infoFooter{
    margin: 0;
    width: 100%;
    height: 50px;
    background: url(../images/applicationCompany/info_box_bf.jpg) no-repeat left top;
}
.main{
    margin: 50px auto;
    width: 920px;
    height: auto;
}

