/* 
    Document   : footer001
*/

#footer-section
{
    width: 800px;
    height: 50px;
    background: #000000;
    vertical-align: middle;
    line-height: 50px;
}

#footer-section-left
{
    width: 50px;
}

#footer-section-centre
{
    width: 700px;
    font-size: small;
    font-weight: bold;
    color: white;
    text-align: center;
}

#footer-section-right
{
    width: 50px;
}