@charset "UTF-8";
/*
	GREENZONE STYLESHEET
	CREATED BY THREEFORMED MEDIA
	COPYRIGHT 2009
*/
@import url(reset.css);

/*	NOTES:
	
	Dark Green: #007070
	
*/


/*	G E N E R A L
************************************************************/
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#container {
	height: 100%;
	position: relative;
	width: 100%;
	min-width: 960px;
	min-height: 600px;
	
	_height: 600px;
}


#outer {
	height: 100%; 
	overflow: hidden; 
	position: relative;
	width: 100%;
}
#outer[id] {
	display: table; 
	position: static;
}

#middle {
	position: absolute; 
	top: 50%;
} /* for explorer only*/
#middle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}

#inner {
	position: relative; 
	top: -50%;
	width: 100%;
	margin: 0 auto;
	background-color: #00FF99;
} 
#map {
	width: 100%;
	height: 100%;
}
