﻿html, body{
			padding: 0;
			margin: 0;
}

#earth_div{
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			background-color: #000;
			position: absolute !important;
}

.myButton{
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
	background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
	background-color:#ababab;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
	background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
	background-color:#6c7c7c;
}
.myButton:active {
	position:relative;
	top:1px;
}

#info {
	position: absolute;
	font-family: 'Raleway', sans-serif;
	width:130px;
	left:5px;
	top: 10px;
	font-size:2em;
	}

#infopanel {
	background: url("img/bgpergamino.jpg");
	border-radius: 25px;
	position: absolute;
	font-family: 'Raleway', sans-serif;
	width:380px;
	max-height:750px;
	padding:15px;
	left:5px;
	top: 100px;
	font-size:1em;
	background-color:#FF0000;
	}
#headerinfopanel {
	width:360px;
	max-height:50px;
	/*background-color:#663333;*/
	
}
#contentinfopanel {
	font-family: 'Raleway', sans-serif;
	width:360px;
	max-height:700px;
	font-size:1em;
	/*background-color:#FFFF00;*/
	overflow-y: scroll;
	display: inline-block;
}
#contentinfopanel li{
	font-family: 'Raleway', sans-serif;
	font-size:0.75em;
}

#footerinfopanel {
	width:360px;
	
}
.infoparagrah{
	font-family: 'Open Sans', sans-serif;
	color: #663333;


}



	

} 