#timeleft-div {
    position:fixed;
    top:0;
    left:50%;
    width:800px;
    margin-left:-400px;
    padding: 5px;
    color: #424;
    z-index:99999;
    text-align: center;
    font-size:1.2rem;
    background: #efe;
    border-radius: 4px;
}
#timeleft-val {font-weight: bold;}
#cookie-div {position:fixed; bottom:0;padding:15px;left:50%;margin-left:-640px;width:1280px;background:#125e84;color:#fff;z-index:99;}