#sb-site {
    background-image: url(../img/back.png);
    background-repeat: repeat;
    bottom: 0px;
   }

.boxed {
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto !important;
    bottom: 0px;
    height:90%;
    border-left: solid 0px #ccc;
    border-right: solid 0px #ccc;
    
}