.footer {
background: #222 url(../img/bgfooter.jpg);  
color: #888;
margin-top: 50px;
padding-top: 50px;
padding-bottom: 30px;
font-size: 13px;
line-height: 20px;
-webkit-background-size: cover !Important;
-moz-background-size: cover !Important;
-o-background-size: cover !Important;
background-size: cover !Important;
}