

.bg {
position: fixed; /* Se queda fija */
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('tu-imagen.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: -1; /* Para que no tape el contenido */
}
