#overbox3 {
        position: fixed;
        bottom: -20px;
        left: 0px;
        width: 100%;
        z-index: 999999;
        display: none;
        color: rgb(255, 255, 255);
    }
    #infobox3 {
        margin: auto;
        position: relative;
        bot: 0px;
        height: auto;
        width: 100%;
        text-align:center;
        background-color: rgb(0, 0, 0);;
        padding: 2px 10px;
        margin-bottom: 15px;
    }
    #infobox3 p {
        font-size:13px;
        cursor:text
    }
    #infobox3 p a {
        margin-right:5px;
        background-color: black;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        color:inherit;
    }
    #infobox3 p a:hover {
        background-color: black;
    }