body {
    background-image: url('background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    font-family: Tahoma, Verdana, sans-serif;
}

a {
    color: #ff9040;
}

.info {
    width: 100%;
    height: 10%;
    text-align: center;
    overflow: visible;
}

#map {
    width: 100%;
    height: 90%;
    border: 1px solid #ffffff;
}

#shape {
    display: none;
}

#deprecated {
    padding:10px;
    color: black;
    z-index:99999;
    background:#dddddd;
    border:2px solid #ff9040;
    width:50%;
    _height:50%;
    position:absolute;
    top:25%;
    left:25%;
    opacity: 0.9;
    text-align: center;
}