body {
    background-image: url(/images/blend.png);
    background-repeat: repeat-x;
    background-color: #444444;
    border: 0px none;
    margin: 0px;
    padding: 0px;
    color: rgb(255, 255, 255);
    font: 11pt "Verdana","Helvetica","Arial", sans-serif;
    text-align: center;
}

a {
    color: #ff6600;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:active {
    border-bottom: dotted;
    border-width: 1px;
}

a.image:hover, a.image:active {
    border-bottom: none;
    border-width: 0;
}

#mainarea {
    background-image: url(/images/banner.jpg);
    background-repeat: no-repeat;
    background-color: #111111;
    display: inline-block;
    text-align: justify;
    padding: 115px 0 0 0;
    margin: 2em 2em 0 2em;
    border: 1px solid #777777;
    color: #ffffff;
    width: 900px;

    /* non-standard attributes */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#footer {
    display: inline-block;
    color: rgb(128, 128, 128);
    padding: 3px 1em 0 0;
    margin: 0 2em 2em 2em;
    text-align: right;
    font-size: 80%;
    font-weight: lighter;
    width: 900px;
}
