html {
	height			: 100%;
	overflow 		: hidden;
}

body {
	height:			100%;
	margin:			0px;
	background:		#000000;
	color:			#FFFFFF;
	overflow:		hidden;
}

body, p, td, div, label, select, input {
	font-size:		11px;
	font-family:	Arial, Helvetica, Verdana, sans-serif;
}

div#flightmaps {
	position:		absolute;
	background:		#FFFFFF;
	top:			0px;
	left:			0px;
	width:			100%;
	height:			100%;
}
