.footer {
    width: 100%;
    border-top: 3px double #cccccc;
    clear: both;
    background-color: #3b414a;
    display: block;
    padding: 15px 0px;
    margin-top: 25px;
    min-height:100px;
}

.footer-wp {
    display: block;
    clear: both;
    width: 980px;
    margin: 0px auto;
    color: #ffffff;
    text-shadow: 2px 2px #000;
}

.footer-wp a, footer-wp span {                                                                                                                                                                                                                                                 
    color:#ffffff;                                                                                                                                                                                                                                                             
}                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                               
.footer-wp a:hover {                                                                                                                                                                                                                                                           
    text-decoration:none;                                                                                                                                                                                                                                                      
}                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                               
