html {
    background-image: repeating-linear-gradient(
        to bottom,
        #444,
        #444 12px,
        #111 12px,
        #cb4b16 18px,
        #cb4b16 20px);
    background-attachment: fixed;
}

body {
    background: #222222;
}

