
body {
    ackground-image: url(/images/page-background.gif);
    background-color: grey;
    margin-top: 0;
    margin-bottom: 0;
}

#maintable {
    width: 950px;
}

#leftmenu{
    background-color: black;
    color: white;
    width: 150px;
    text-align: center;
}

#leftmenu a{
    color: white;
    text-decoration: none;
}

#maincontent {
    background-image: url(/images/background.gif);
    padding-left: 80px;
}

#maincontent h1{
    text-align: center;
    text-decoration: underline;
}

#footer {
    font-size: 12px;
    text-align: right;
    padding-right: 30px;
}