@charset "UTF-8";
/* CSS Document */

#map {
  width: 100%;
  height: 650px;
  overflow: hidden;
}

#map iframe {
  width: 100%;
  height: 880px;
  margin-top: -170px;
}

footer {
	margin-top: -130px;
}