footer {
    clear: both;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 1px;
    background: -webkit-linear-gradient(top,#000000,#696969);
    background: -moz-linear-gradient(top,#000000,#696969);
    background: -o-linear-gradient(top,#000000,#696969);
    background: -ms-linear-gradient(top,#000000,#696969);
    position:;
    /*bottom: -80px;*/
    width: 100%;
}

footer ul {
    font-size: 0%;
    text-align: center;
}

#foot li {
    padding: 2px 0px;
    width:180px;
    text-align: center;
    display: inline-block;
}

#foot li a {
    font-size: 12px;
    display:block;
    color: #fff;
}

#foot li a:hover {
    color: #ffff00;
}

#copyright {
    text-align: center;
    width:100%;
    margin-bottom: 20px;
    color: #fff;
}

@media(max-width:959px) {
    footer {
        bottom: 0;
    }
}