Antwort auf: Scnappi
Code:
body {
    background: url('bg2.jpg') repeat;
}

#wrap {
    background: url('paper.png') no-repeat center top;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -444px;
    z-index: -1;
    width: 888px;
    height: 100%;
}

Im Firefox funktioniert das ganze mit position:fixed. Dann bleibt das Paper stehen. Allerdings macht der IE dann murks. Ich frag x3ro mal, ob er ne Idee hat (mit JavaScript oder ähnlichem).