.footer-wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0 20px 0;
    box-shadow: 0 0 2px 1px #666666;
    background-color: rgba(255, 255, 255, 0.3);
    
}

.footer-wrapper p{
    position: relative;
    width: 480px;
    height: auto;
    margin: auto;
    text-align: center;
}   

.footer-wrapper p a:hover{
    border-bottom: 1px solid #000;
    box-shadow: none;
}