#map {
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	top: 0;    
	}

#menu {
	background-color: white;
	padding: 2px;
	text-align: center;
	opacity: 0.8;
    filter: alpha(opacity=80); /* >=IE8 */
	}
	
#menu img { 
	text-align: center;
	}	

#menu h2 {
	font-size: 2em;
	color: #000;
	}
	
p { text-align: center
	}