
body
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 100%;
    color: #000000;
    background-color: #fffff0;
}

a:hover
{
    color: #b9b9ff;
    background-color: #fffff0;
}

#address
{
    width: 240px;
    border-width: 1px;
    border-style: dashed;
    border-color: #000000;
    background-color: #ffffff;
    padding: 8px;
    font-size: 13px;
    color: #000040;
    position: absolute;
    top: 130px;
    left: 75px;
    z-index: 5;
}

#text
{
    width: 80%;
    border-width: 1px;
    border-style: dashed;
    border-color: #000000;
    background-color: #ffffff;
    padding: 8px;
    font-size: 13px;
    font-weight: bold;
    color: #808080;
    position: absolute;
    top: 305px;
    right: 30px;
    z-index: 100;
}

#footer
{
    position: relative;
    margin-top: 240px;
    color: #FFCC99;
    background-color: #fffff0;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    overflow: visible;
}