body
{
    background-color: #e5e5e5;
    font-family: Verdana, Arial;
    font-size: 9pt;
    line-height: 12pt;
}

#shadow
{
    margin: 100px auto;
    width: 612px;
    background: url('shadow.png') repeat-y top left;
}

#shadow .top
{
    background: url('shadow-top.png') no-repeat top left;
    height: 7px;
}

#shadow .bottom
{
    background: url('shadow-bottom.png') no-repeat bottom left;
    height: 8px;
}

#header
{
    background: url('header.png') no-repeat top left;
    height: 99px;
    margin-left: 6px;
}

#main
{
    padding: 100px;
    text-align: center;
}

a
{
    color: #233300;
    font-weight: bold;
}

