

body{
	background: #999;

	font-family: 'Droid Sans', 'Helvetica', Arial, sans-serif;
}


}

#map{
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	 width: 100%;
	 height:100%;
	top: 50px;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,255,0,0.5);
}


nav{
	float: left; width: 15%; height: 500px;
}

nav span{
	margin: 0px 100px 0px 0px
}
section{

    float: right; width: 80%; height: 500px;
	
}

footer {
	clear: both; display: block;
}





                