html, body
{
                height: 100%;
}

#ie-cover
{
                display: block;
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                background-color: #000;
                z-index: 999;
}

#ie-message
{
                position: absolute;
                width: 500px;
                height: 170px;
                top: 50%;
                left: 50%;
                margin-left: -290px;
                margin-top: -125px;
                border: 8px solid #F00; /* Red */
                background-color: #FCC; /* Pink */
                padding: 20px;
                font-size: 18px;
                font-weight: bold;
                font-family: sans-serif;
                line-height: 24px;
                z-index: 1000;
}
