.backgroundIE{
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0px; 
    left: 0px;
    display: none;
    z-index: 9999999;
    background: #333b46;
    font-family: "Roboto", "Segoe UI Light", "Arial";
    font-weight: lighter;
    letter-spacing: 1px;
}

.backgroundIE div{
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.backgroundIE .logoIE{
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 2;
    height: 30px;
}

.backgroundIE div.ieText{
    top: 43%;
    font-size: 1.5em;
    color: #fff;
}

.backgroundIE div.ieButton{
    top: 54%;
    width: 300px;
    height: 50px;
    line-height: 50px;
    background: #c95ce3;
    color: #fff;
    text-align: center;
    left: 50%;
    margin-left: -150px;
    cursor: pointer;
}

.backgroundIE div.ieButton:hover{
    opacity: 0.7;
}