@media screen {
    #divFooterContainer {
        clear:both;
        height:30px;
        margin-top:-30px !important;
        overflow:hidden;
        position:relative;
        text-align:center;
        width:100%;
    }
    #divFooter {
        background:url(../Images/bg_dotted.gif) repeat-x;
        height:30px;
        margin:0 auto;
        position:relative;
        width:904px;
    }
    #divFooter a  {
        border-right:1px solid #5f6062;
        color:#5f6062;
        float:left;
        font-size:90%;
        margin-top:10px;
        padding:0px 5px;
        text-decoration:none;
    }
    #divFooter a.last  {
        border:none;
    }
    #divFooter a:hover { color:#444444; }
    #divFooterMenuLeft {
        float:left;
    }
    #divFooterMenuRight {
        float:right;
    }
}