#map {
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0px;
	position: absolute;
}

body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: arial;
}

#legend {
	position: absolute;
	left: 5px;
	bottom: 60px;
	padding: 5px;
	overflow: hidden;
	background: black;
	color: white;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-size: smaller;
	z-index: 1000;
	visibility:hidden;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;

  /* for Mozilla */
  -moz-opacity:0.6;
	width: 440px;
     }

#help {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 5px 0 5px 0;
	overflow: hidden;
	//background: white;
	color: white;
	background-image:url('img/footer.png');
	background-repeat: repeat;
	//border-style: solid;
	//border-width: 1px;
	//border-color: black;
	font-size: smaller;
	width: 100%;
	z-index: 1000;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.8;

  /* for Mozilla */
  -moz-opacity:0.8;

     }

a {
	color: white;
}

.lg {
	 text-align:center;
 }

#info {
	position:relative;
	left: 5px;
}

div.olMousePosition {
                        bottom: 0.3em;
                        right: 1em;
                        display: block;
                        position: absolute;
                        font-family: Arial;
                        font-size: smaller;
			color: white;
                }

div.olTilePosition {
                        bottom: 0.3em;
                        right: 20em;
                        display: block;
                        position: absolute;
                        font-family: Arial;
                        font-size: smaller;
                        z-index: 2;
			color: white;
                }

