html, body {
	height: 100%;
	padding: 10px;
	margin: 0;
	font-family: sans-serif;
	font-size: small;
}

#map {
	width: 1000px;
	height: 800px;
}

.layer-switcher button {
	background-image: url("../images/layers.png");
	background-position: 0;
}

.legend {
    position: relative;
}

.legend .legend-box {
	width: 15px;
    height: 15px;
    position: absolute;
}

.legend .legend-label {
	padding-left: 20px;
}

.legend .legend-box-site {
	width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    position: absolute;
}