* {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	position: absolute;
	height: 100%;
	width: 100%;
}

#map {
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 500px;
	height:600px;
	position: absolute;
}

#text {
	top:0px;
	left:500px;
	width:460px;
	height:600px;
	position:absolute;
	padding:5px;
}

#logo {
	top:650px;
	left:0px;
	position:absolute;
}

.popup {
	width: 220px;
}
.popup img {
	float: left;
	height: 48px;
	margin: 0 10px 0 0;
	width: 48px;
}
.popup h3 {
	margin-bottom: 5px;
}

.img {
	border-width: 0px;
}
