﻿body {
}


html {
    
}

.background {
    background: url(../images/sky.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.divWaiting {
    position: absolute;
    background-color: black;
    z-index: 2147483647 !important;
    opacity: 0.6;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
} 

#menu {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 80;
    width: 100%;
    line-height: 32px
}

    #menu div {
        height: 40px;
        background: #000;
        opacity: 0.6;
        filter: alpha(opacity=60);
        color: white;
        font-size: 2.5rem;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }