﻿div.footer
    {
    width: 750px;
    height: 150px;
    font-size: 9px;
    color: Gray;
    text-align: center;    
    background-color: White;        
    }

        div.footer div.footerlinktable
            {
            }
            
            div.footer div.footerlinktable div.footerlink
                {
                width: 187px;
                height: 15px;                
                float: left;
                } 

        div.footer div.copyright
            {
            text-align: center;
            }
