html { 
  background: url(img/bg5.jpg) no-repeat center top fixed !important; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}