body
{
    background-color    : #000000;
    color   : #FFFFFF;
}

#header
{
    text-align  : center;
    width   : 100%;
    margin-bottom   : 1em;
}

#menu
{
    width   : 20%;
    float   : left;
}

#menu a img
{
    border-width    : 0px;
}

#main_block
{
    width   : 76%;
    float   : left;
    margin-bottom   : 1em;
}

#footer
{
    clear   : left;
    text-align  : center;
}

#footer hr
{
    width   : 50%;
}

.footer_link
{
    font-size   : 75%;
    margin  : 0.25em;
}

#footer_copyright
{
    font-size   : 75%;
    margin  : 0.25em;
    font-style  : italic;
}

H1
{
    text-decoration : underline;
}