body {
    background-color: #A4FFA4;
}

#footer {
    border-top: thin solid;
    margin-top: 5mm;

    clear: both;
}

#footer p {
    text-align: right;
    font-size: xx-small;
}

#footer img {
    float: left;
    margin-top: 5px;
    border-style: none;
    height: 31px;
    width: 88px;
}

#header {
    background-image: url(../images/logo.jpg);
    background-position: left;
    background-repeat: no-repeat;

    height: 32mm;
}

#header h1 {
    text-align: center;
    margin: 2mm 0;
}

#header h2 {
    text-align: center;
    margin: 0;
}

#header h3 {
    text-align: center;
    margin: 0;
}

#links {
    float: left;
    width: 40mm;
}

#links ul {
    list-style-type: none;
    padding: 0;
}

#links a.here {
    text-decoration: none;
    color: black;
}

#main {
    border-left: 40mm solid transparent;
/*    float: left; */
}

