/*

 * @copyright Copyright (C) 2009 Kees van den Bergh. All rights reserved.
 */

/* page setup */
body {
        background: #000000;
        font-family: Pristina, Papyrus, Comic Sans MS, Arial;
        font-size: 22px;
        line-height: 110%;
        color:#000000;
}


/* layout */
#wrapper {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        background: #ffffcc;
        background: url(brief.jpg) 0 0 no-repeat;
        z-index: 10;
        top: 25px;
        height: 2550px;
        bottom: 125px;
        width: 855px;
}

div#text {
        position: relative;
        z-index: 10;
        margin-left: 200px;
        top: 100px;
        width: 520px;
}

div#hint {
        position: relative;
        z-index: 20;
        margin-left: 130px;
        top: 100px;
        width: 610px;
}

div#image {
        position: relative;
        z-index: 30;
        margin-left: 130px;
        width: 750px;
        top: 65px;
}


/* Content */
p {
        text-align: left;
}

p a{
        color: #800000;
        text-decoration : none;
}

P:first-letter{
        font-size: 150%;
}

#date {
        float:right;
}

#code {
        float:left;
}

#code a {
        color: #000000;
        text-decoration : none;
        border-bottom: 1px dotted;
}
