/* {{{ fullscreenImg */
#info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    margin: 0;
}
.javascript .fullscreen {
    height: 100%;
    overflow-x: hidden
}
.fullscreen .fullscreenImg {
    width: 100%;
}
.fullscreen .fullscreenImg img {
    display: block;
    width: 100%;
}
.javascript .fullscreen .fullscreenImg img {
    height: 100%;
}
/* }}} */
/* {{{ content */
#content {
    position: absolute;
    z-index: 2;
    width: 60em;
    left: 25em;
    top: 15em;
}
#content .fullscreen {
    left: -25em;
    top: -15em;
}
.section {
    /*padding-left: 25em;*/
}
.section.first {
    /*padding-top: 15em;*/
}
.section.half {
    width: 30em;
}
/* }}} */
/* {{{ navigation */
/* }}} */
/* {{{ footer */
#footer small {
    display: none;
}
/* }}} */

/* vim:set ft=css sw=4 sts=4 fdm=marker : */

