/*GOOGLEMAP*/
html,body {
	margin:0;
	padding:0;
	height: 100%;
	border:0
	}
	
DIV#googlemap {width:100%; height:450px; }

@media screen and (max-width: 960px) {
	DIV#googlemap { height:450px; }
  }
@media screen and (max-width: 768px) {
	DIV#googlemap { height:450px; }
  }
@media screen and (max-width: 640px) {
	DIV#googlemap { height:350px; }
  }
@media screen and (max-width: 480px) {
	DIV#googlemap { height:200px; }
  }
@media screen and (max-width: 320px) {
	DIV#googlemap { height:160px; }
  }