body
{
    background-image: url("images/bfbgfluid.jpg");
    height: 100%;    
    margin: 0;
    padding: 0;    
    background-color: #000099;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: small;
}

.footerWrapper
{
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}

.footerPosition
{
    position: absolute;
    left: 159px;
    top: 0px;
}

.copyWrapper
{
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}

.copyPosition
{
    position: absolute;
    left: 420px;
    top: 20px;
}

#footer
{
    font-weight: bold;
    font-size: 10px;
}

#footer a:link
{
    color: White;
    text-decoration: none;
}

#footer a:visited
{
    color: White;
    text-decoration: none;
}

#footer a:hover
{
    color: White;
    text-decoration: underline;
}