body
{
	height:100%;
	max-height:100%; 
	margin:0;
	border:0;
	padding:0;
	overflow: hidden;
}

#map_area
{
	position: relative;
	height: 400px;
	width: 100%;
}

#map
{
}

#sidebar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
}

#sidebar h1
{
	text-align: center;
	margin-right: 5px;
}

.infoBox
{
	width: 300px;
}