Hola:
Debes indicar esto: background-attachment: fixed.
Todas estas propiedades las puedes indicar de tipo shorthand, es decir todas las propiedades juntas, lo que te quedaría así:
Código CSS:
Ver original#page_bg {
background: url(.../images/bg2.jpg) no-repeat fixed;
}
Saludos.