html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#map {
	left: 280px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	overflow: hidden;
}
 
#floatingsideleft-panel {
	position: aboslute;
	left: 0px;
	width: 280px;
	z-index: 5;
	padding: 5px;
	top: 5px;
	bottom: 0px;
	float: left;
}
 
#floatingright-panel {
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 5;
	padding: 5px;
	
}

#floatingleft-panel {
	position: absolute;
	top: 5px;
	left: 400px;
	z-index: 5;
	padding: 5px;	
}