#map {
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0px;
	position: absolute;
	background-image:url('img/background.png');
}

body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: arial;
}

#legend {
     position: absolute;
     left: 5px;
     bottom: 60px;
	 padding: 5px;
     overflow: hidden;
     background: white;
     foreground: black;
     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;
     }

#help {
	position: absolute;
	left: 5px;
	bottom: 5px;
	padding: 5px;
	overflow: hidden;
	background: white;
	foreground: black;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-size: smaller;
	width: 380px;
	z-index: 1000;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;

  /* for Mozilla */
  -moz-opacity:0.6;

     }

.lg {
	 text-align:center;
 }

#info {
	position:relative;
	left: 5px;
}
