.container, #inner, #container, #map, #container .map{
	width:100%;
	overflow: hidden;
}
#inner{
	position: absolute;
	top:56px;
	bottom:0px;
}
#map, #container .map{
	position:absolute;
	bottom: 0px;
	top:0px;
	height: 100%;
}
body{
	overflow:hidden;
}
