#alldiv {
	position:fixed;
	top:0px; bottom:0px; left:0px; right:0px;
	width: 100%; height: 100%;
}
#headdiv {
	display: flex;
	justify-content: space-between;
}
#map {
	height:100%
}
