* {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	position: absolute;
	height: 100%;
	width: 100%;
}

#map {
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	position: absolute;
}

.popup {
	width: 220px;
}
.popup img {
	float: left;
	height: 48px;
	margin: 0 10px 0 0;
	width: 48px;
}
.popup h3 {
	margin-bottom: 5px;
}