/**
* General stuff
* @version $Id: gmap.css 1147 2007-03-23 11:29:27Z craigrat $
*/


html { overflow:hidden; height:100%; }

#map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
