#main {
	display: grid;
	grid: auto 1fr / auto;
	align-content: stretch;   
}

#northeast {
	background-color: skyblue;
	text-align: center;
}

#map {
	min-height: 256px;
}
