    a:focus,div:focus {
        background-color: none;
        }
    .skip {
        background: #a51c30;
        color: #eeeeee;
        left: -1000px;
        padding: 4px 8px;
        position: absolute;
        text-decoration: none;
        top: 0;
        z-index: 2;
        }
    a.skip:active, 
    a.skip:focus, 
    a.skip:hover {
        background: #a51c30;
        left: 0; 
        top: 0;
        width: auto; 
        height: auto; 
        overflow: visible; 
        }
