#footer{
    position: relative;
    width: 960px;
    height: auto;
    left: 50%;
    margin: 10px 0px 0px -480px;
    background: rgb(125,126,125);
    background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1)));
    background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
    text-align: center;
    color: #FFF;
    font-family: verdana;
    font-size: 14px;
    box-shadow: 0px 0px 30px #000;
}
#creditos{
    text-shadow: 0px 0px 2px #FFF;
    position: absolute;
    font-size: 10px;
    margin-top: -40px;
    left: 740px;
}