body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: #000;
}

body {
    color: white;
    font-family: Inconsolata, Menlo, Monaco, "Bitstream Vera Sans Mono", monospace;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.4em;
}

* {
  -webkit-backface-visibility: hidden;  
}

#page {
    width: 100%;
    position: relative;
    z-index: 10;
}

#content {
    width: 100%;
}

#page {
    width: 1000px;
    margin: 0 auto;
    background: #000;
}

#banner, #footer-image { display: block; margin: auto; }


/* -- */

#title { font-size: 72px; margin: auto; margin-bottom: 1em;
         text-align: center; text-transform: uppercase; }
#description { width: 600px; margin: auto;}
#cast { list-style-type: none; margin-bottom: 40px; }
#p1 { margin-bottom: 40px; }
#p2 { margin-bottom: 40px; }
#downloads { width: 420px; margin: auto; }
#downloads a, #downloads a:visited { color: #fff; text-decoration: underline; font-size: 36px; }
#downloads a:hover { text-decoration: none; }
#copyright { text-align: center; }
