/* CSS Document */

.overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #715618;
    background-image: url(../img/menu-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}