body {
  
 background-image: url(../img/MFbg5.jpg);
      


  
 
  background-repeat: no-repeat;
  

  background-size: cover;
  
  
  background-color:#464646;
    
     background-attachment: fixed;
    background-position: center center;

    @media (max-width: @iphone-screen) {
        background-attachment: scroll;
    }
  
  
}

