html {
	height: 100%;
	overflow: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}


#add {
	position: absolute;
	top: 11px;
	right: 50px;
	z-index: 10;
}
#mapContainer {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#map {
	width: 100%;
	height: 100%;
}
