Pon el fondo en otro elemento el cual especifiques una posición fija:
Código CSS:
Ver originaldiv#fondo {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
background: url("../images/background_iphone_landscape.jpg") no-repeat center top;
}