body, html { 
	height: 100%;
	width: 100%;
	margin: 0px;
}

.custom-container  {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;   
}

#map {			
	width: 100%;
	height: 100%;
}			