#footer {
    width: 960px;
    clear: both;
    position: relative;
}

#footer .content {
    color:#949494;
    width: 800px;
    border-top: 1px solid #d9d9d9;
    float: left;
}
#footer .footerCopyright {
    border-top: 1px solid #fff;
    text-align: center;
    width: 160px;
    float: right;
    background-color: #e6e6e6;
    position: relative;
}
