.whole{
    width:1080px;
    height:650px;
}

#head{
    width:auto;
    height: 250px;
    background-image: url(logo.png);
}

#content{
    width:1080px;
    height: 500px;
}

#footer{
    width:1080px;
    height:25px;
}