html,
body {
    min-height: 100%;
}

body {
   background-image: url("img/bg_733162.jpg"); 
   /* background-image: url("img/bg_733162.jpg"); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}