Listing 36.7. Tło, które nie podlega przewijaniu
html {
    background-image: url('logo.png');
    background-repeat: no-repeat;
    background-position: 0 250px;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 20px 150px 20px 200px;
}