html {
	overflow-Y: scroll;
	overflow: -moz-scrollbars-vertical;
	scroll-behavior: smooth;
}

#wrapper h1 {
	/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
	font-family: Arial, Open Sans; font-size: 24px; font-style: normal; font-weight: normal;
	text-decoration:none;
	color: rgb(72,72,72);
}
#wrapper a {
	text-decoration: none;
}

/*------------------------------------------------------------------------*/
#container1 {
	margin: auto;
	width: 1024px;
	height: 785px;
	background-color: none;
	/*background-color: rgb(250,250,250);*/
}
#left_panel {
	width: 215px;
	position: relative; float: left;
	margin: 66px 0px 0px 16px;
	/*margin: 66px 0px 0px 35px;*/
	font-size: 18.5px; line-height: 2.1em;
	text-align: right; text-decoration: none;
	color: rgb(72,72,72);
	background-color: none;
	z-index: 2;
}
.list_item:hover {
	width: auto;
	border: none;
	color: rgb(180,24,0);
	background-color: none;
}

#right_panel {
	position: relative;
	float: right;
	margin-right: 5px;
	text-align: right;
	background-color: none;
	z-index: 1;
}
#img_sat1,#img_sat2,#img_sat3,#img_sat4,#img_sat5,#img_sat6,#img_sat7,#img_sat8 {
	position: absolute; top: 0px; right: 0px;
}

/*------------------------------------------------------------------------*/
#container2 {
	position: relative;
	margin: auto;
	/*scale div height proportionally to div width...use padding*/
	/*https://stackoverflow.com/questions/8894506/can-i-scale-a-divs-height-proportionally-to-its-width-using-css*/
	width: 100%;
	min-width: 1024px;
	max-width: 1100px;
	height: auto;
	min-height: 800px;
	max-height: 815px;
	background-color: none;
}
#img_world1,#img_world2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#kmz_box {
	position: absolute;
	top: 205px;
	left: 50%;
	margin-left: -475px;
	padding: 18px;
	font-family: Arial, Open Sans; font-size: 17px; font-style: normal; font-weight: normal;
	height: auto;
	background: -webkit-linear-gradient(left top, rgb(255,250,240), rgb(255,220,180)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, rgb(255,250,240), rgb(255,220,180)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, rgb(255,250,240), rgb(255,220,180)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, rgb(255,250,240), rgb(255,220,180)); /* Standard syntax (must be last) */
}