html, body { 
    background:
    /*linear-gradient(to bottom,
     rgba(255,255,255,0.5),
     rgba(255,255,255,0.5)),*/
     url(bg.jpg) no-repeat center center fixed; 
     background-repeat: no-repeat;
    background-size: cover;
}
