
html,body {
        margin:0;
        padding:0;
        height:100%; /* needed for container min-height */
        background:gray;
        overflow:hidden;
        font-family:arial,sans-serif;
        font-size:small;
        color:#FFFF;
}
#auto {
	cursor: pointer;
}

#map_canvas {
        background: #000;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 00px;
        top: 0px;
        width:100%;
        height:100%;
}

