body{
    background-image: url(../img/river_night.jpg);
    background-position: center center;
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}