body{
    background: url("../img/background.jpg");
}
.container{
    background: white;
    width:950px;
}
#main{
    min-height: 450px;
}
#footer{
    text-align: center;
    background: silver;
}