
    * { padding: 0px; margin: 0px; }
    body {
        background: #000;
    }
    #page {
        background: #202020;
        background-image: url('http://www.ck-west.de/ck-west/images/bg-content.jpg');
        border-top: 1px solid #5f5f5f;
        border-bottom: 1px solid #5f5f5f;
        position: absolute;
        width: 100%;
        height: 200px;
        top: 50%;
        left: 50%;
        margin-top: -100px;
        margin-left: -50%;
        z-index: 1;
    }
    #logo {
        position: absolute;
        width: 275px;
        height: 206px;
        top: 50%;
        left: 0;
        margin-top: -139px;
        z-index: 2;
    }
    #info {
        position: absolute;
        width: 400px;
        height: 300px;
        top: 50%;
        left: 50%;
        margin-top: -30px;
        margin-left: -170px;
        text-align: center;
        z-index: 5;
    }
    #images {
        border: 1px solid #5f5f5f;
        position: absolute;
        width: 200px;
        height: 150px;
        top: 50%;
        right: 25px;
        margin-top: -75px;
        z-index: 2;
    }
    #nav {
        position: absolute;
        width: 100%;
        height: 20px;
        top: 50%;
        left: 50%;
        margin-top: 135px;
        margin-left: -50%;
        z-index: 3;
    }
    #footer {
        position: absolute;
        width: 100%;
        height: 50px;
        bottom: 25px;
        left: 50%;
        margin-left: -50%;
        z-index: 4;
    }
    .navpart {
        float: left;
        text-align: center;
        width: 50%;
    }
    .arrow {
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #d00400;
        margin-right: 5px;
    }
    a, .navpart {
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #999;
    }
    a:hover {
        color: #fff;
    }
    a:visited {
        color: #999;
    }