html
{
    background-color: #000;
}
body
{
    margin: 0;
}

#bar_layer
{
    background-color: #000;
    position: fixed;
    cursor: default;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
    width: 100%;
    height: 100%;
}

#menu_layer
{
    background-color: #000;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    color: #FFF;
    position: absolute;
    z-index: 3;
}

#menu_layer p
{
    line-height: 50px;
    width: 200px;
    background-color: #333;
}

#pic_layer
{
    background-color: #000;
    position: absolute;
    left: auto;
    top: auto;
    z-index: 1;
    display: none;
}
#pic
{
    display: block;
}
#loading_layer
{
    text-align: center;
    font: bold 12px Arial;
    color: #FFF;
    position: absolute;
    z-index: 4; /*    width: 500px;     height: 80px;     background: url(../images/loading.png); */
    cursor: pointer;
}

#ad_layer
{
    position: fixed;
    width: 100%;
    height: 25px;
    background-color: #000;
    color: #FFF;
    font-weight: 700;
    font-family: Arial;
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    z-index: 5;
}

#ad_layer a
{
    color: #FFF;
    font-weight: 700;
    font-family: Arial;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

#ad_layer a:hover
{
    color: #FC6;
}

