html {
	height: 100%
}

body {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	margin: 0;
	padding: 0
}

#map_canvas {
	float: left;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#statistics {
	width: 400px;
	display: none;
}

#button {
	position: absolute;
	top: 10px;
	left: 50%;
	height: 100px;
	width: 100px;
	z-index: 5;
}

#button {
	display:block;
	width:250px;
	height:50px;
	top: 20px;
	left: 50%;
	margin: 0 0 0 -125px;
	text-indent:-9999px;
	z-index: 5;
	display: none;
}
#button a {
	margin:auto;
	display:block;
	width:250px;
	height:100%;
	background:url(../images/statistics.png) no-repeat top left;
	outline:none;
	-webkit-box-shadow: 9px 8px 14px rgba(50, 50, 50, 0.7);
-moz-box-shadow:    9px 8px 14px rgba(50, 50, 50, 0.7);
box-shadow:         9px 8px 14px rgba(50, 50, 50, 0.7);
}
#button a:hover {
	margin:auto;
	background-position:0 -50px;
}

#statistics ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#statistics ul li {
	display: block;
	padding: 8px 0px 8px 10px;
	xbackground-color: #000000;
	background-color: #DDD;
	color: #333;
	font-size: 11px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	xfilter: dropshadow(color=#000000, offx=0, offy=-1);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

#statistics ul li:hover {
	background-color: #111;
	color: #80A535;
	text-decoration: none;
	text-shadow: none;
}