#map {
	margin: auto;
	height: 650px;  /* The height is 400 pixels */
    width: 80%;  /* The width is the width of the web page */
}
.footer 
{
  position: absolute;
  left: 0;
  top: 100%;
  height: 30%;
  width: 100%;
  background-image: linear-gradient(#2E8B57, #20B2AA);
  padding: 3%;
 }
 #logo
 {
 	position: absolute;
 	width: 20%;
 	margin-left: 10%;
 }
#bottomphoto
{
  width: 100%;
  position: absolute;
  top: 140%;
  right: 0px;
  height: auto;
}
iframe
{
	position: absolute;
	right: 20%;
}