html {
  background-image: url("e.jpeg"),url("e_preview.jpeg");
  background-repat: no-repeat,no-repeat;
  background-position: center,center;
  background-attachment: fixed,fixed;
  background-size: cover,cover;
}
/*
body, .wrap {
    background: url(e_preview.jpeg) no-repeat center center fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
*/

body {
    font-family: 'Cutive Mono', arial, serif;
    margin: 0;
    }

.wrap {
    height: 100%;
    position: fixed;
    width: 100%;
    }

.wrap2 {
    width: 100%;
    height: 100%;
    position: relative;
    }

article {
  background: #111;
    margin: 48px 96px 48px auto;
    opacity: 0.8;
    padding: 12px;
    position: relative;
    width: 552px;
    }

h1, h2 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 24px;
    }

h1 {
    font-size: 1.5em;
    line-height: 1em;
    }

h2 {
    color: #888;
    font-size: 1.125em;
    font-weight: normal;
    line-height: 1.333em;
    }

p {
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 24px;
    opacity: 1.0;
    }

li {
    color: #fff;
    line-height: 1.5em;
    }

a {
    color: #FBE7C2;
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }

nav {
    left: 0;
    position: absolute;
    top: 168px;
    z-index: 1;
    }

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    }

nav li {
    display: list-item;
    list-style: none;
    margin: 24px 0;
    text-transform: uppercase;
    }

nav a {
    background-color: #873333;
    color: #FBE7C2;
    margin: 6px 0;
    padding: 6px 12px 6px 24px;
    text-decoration: none;
    }

footer {
    background-color: #000;
    bottom: 0;
    color: #000;
    height: 18px;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    }

footer p {
    color: #fff;
    font-size: .8125em;
    line-height: 1em;
    margin: 3px 12px;
    opacity: 1.0;
    padding: 0;
}

footer p a {
    color: #FBE7C2;
    text-decoration: none;
    }

.handwriting {
    font-family: 'Reenie Beanie', 'Cantarell', arial, serif;  /* Someone have to use Reenie */
    }

.twisted {
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    display: block;
    font-size: 28px;
    transform: rotate(-3deg);
    }

.hidden {
    display: none;
    }
