html, body, svg { 
	width: 100%; height: 100%;
}

body {
	padding:0; margin:0;
}

#map {
	width: 100%;
	height: 100%;
	background-color: #E4E6DF;
}