body {
    background: #000000;
    color: #ffffff;
    font-size: 62.5%;
}

.wrap {
    width: 800px;
    margin: 0 0 0 50px;
}

div {
    width: 800px;
    margin: 0 0 0 50px;
}

@font-face {
    font-family: GraublauWeb;
    src: url("../fonts/GraublauWeb.otf") format("opentype");
}

@font-face {
    font-family: GraublauWeb;
    font-weight: bold;
    src: url("../fonts/GraublauWebBold.otf") format("opentype");
}

a:link {
   color: #cfcfcf;
}

a:visited {
    color: #8f8f8f;
}

a:active {
    color: #00ff00;
}

ul {
    list-style: circle inside url("../../img/redball.png");
}

/* -- Header elements -- */

h1#zap {
    background: url("../../img/zap.png") top left no-repeat;
    width: 100px;
    height: 123px;
    float: right;
    margin: 20px 200px auto auto;
    text-indent: -9999px;
}

h1#headline {
    font-family: GraublauWeb, Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 0px 0 0px 0px;
    font-size: 4.0em;
    color: red;
}

h1#subtitle {
    font-family: GraublauWeb, Helvetica, Arial, sans-serif;
    margin: 5px 0 25px 120px;
    font-size: 3.0em;
    color: red;
}

.pres_head {
    font-size: 3.5em;
    margin: 20px 0 5px 0;
    font-weight: bold;
}

/* -- Presentation list -- */

ul#pres_container {
}

.pres li {
    margin: 5px 0 0 15px;
    font-size: 1.6em;
}

/* -- Footer Elements -- */

h3#disclaimer {
    font-size: 1.2em;
    font-weigth:bold;
    margin: 30px 25px 10px 25px;
}

h6#copyright {
    margin: 0 auto 0 auto;
    font-size: 1.0em;
    font-type: bold;
    width: 35.0em;
}

/* -- Structure elements -- */

#container {
    width: 880px;
    margin: 0 auto;
}

#header_container {
    height: 150px;
    /*background: red;*/
    clear: both;
}

#pres_container {
    /*background: green;*/
}

#footer_container {
    /*background: orange;*/
    clear: both;
}
