Am unable to go about the footer of my site http://www.financialeducationcentre.co.ke wen I Ctrl+minus the footer moves to the left while the content and the page remains at the centre. Kindly help below is the CSS code

#footer {
    margin-top: 2px;
    width: 895px;
    background: #696969 url(images/footer.png);
    border-top: 2px solid #696969;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;   
   
}

#footercontent {
    width: 895px;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
}

#footercontent ul {
    float: left;
    margin-bottom: 10px;
}

#footercontent ul li {
    float: left;
    margin-right: 20px;
    padding-right: 10px;
    border-right: 1px dotted #ddd;
    line-height: 1.5em;
}

#footercontent ul li a {
    float: left;
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.5em;
}

#footercontent ul li a:hover {
    color: #FF8000;
    line-height: 1.5em;
}


--
Regards
Yegon Victor