#banner-ie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    text-align:center;
    z-index: 1;
    min-height: 40px;
    display: none;
}