*{
border:0px;
outline:none;
}

body{
background-color:#e6e3cc !important;
width:100%;
height:90%;
}
.footer{
margin:20px;
}
.footer a{
color: #896c59;
text-decoration:underline;
}
.footer a:hover{
color:#20393C;
}
#img-map{
max-width:100%;
max-height:100%;
}
#content{
max-width:100%;
max-height:100%;
}
.clear{
clear:both;
}
#map{
text-align:center;
margin-top:10px;
margin-top: 10px;
max-width: 100%;
width: 800px;
}
@media screen and (max-width: 800px) {
	#img-map{
		max-height:700px;
	}
}