Si te fijas 1 segundo en la hoja de estilos de esa web, veras la siguiente regla CSS:
Código CSS:
Ver originalbody {
background-attachment: fixed;
background-color: #000;
background-image: url(img/bg.jpg);
background-repeat: repeat;
background-position: center top;
}