﻿*
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    letter-spacing: 0.5px;
    word-spacing: 0.5px;
}
html
{
    height: 100%;
}
body
{
    text-align: center;
    font-size: 12px;
}

#cover
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    background-color: #666666;
    background-image: url('/image/wait.gif');
    background-position: center center;
    background-repeat: no-repeat;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: none;
}
#cover .inner
{
    width: 700px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -160px;
    z-index: 0;
    line-height: 40px;
    font-size: 32px;
    color: #FF0000;
}