html {
    height:100%;
}

body {
    height:100%;
    margin:0px;
    padding:0px;
}

#divHeader {
    position:absolute;
    top:0px;
    height:40px;
}

#divFooter {
    position:absolute;
    bottom:0px;
    height:40px;
}

#map_canvas {
    width:100%;
    position: absolute;
    top:40px;
    bottom:40px;
    left:0px;
    right:0px;
}

#tilesSplashScreen {
    width:100%;
    z-index: 100;
    position:absolute;
    top:40px;
    bottom:40px;
    background-color:#000000;
}

#tilesSplashScreen table {
    width:100%;
    height:100%;
}

#tilesSplashScreen tr {
    vertical-align:middle;
    padding:5px;
    text-align:center;
    font-weight: bold;
    color:#FFF;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16pt
}

