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

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

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

p {
	padding-top:	0px;
	padding-bottom:	10px;
	margin:			0px;
}

a.header {
	color:			#666666;
}

a.header:hover {
	color:			#003399;
}

a.header:active {
	text-decoration: none;
}

h1 {
	font-size:		16px;
	font-weight:	normal;
	padding:		0px;
	margin:			0px;
	font-family:	"Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
}

div#wrapper {
	width:			100%;
	height:			100%;
}

div#header {
	position:		absolute;
	padding:		8px 12px 8px 12px;
	background:		#003399;
	top:			0px;
	left:			0px;
	width:			100%;
	height:			32px;
	vertical-align:	text-bottom;
}

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

div#footer {
	position:		absolute;
	padding: 		0px 12px 0px 12px;
	background:		#FFFFFF;
	color:			#666666;
	top:			500px;
	left:			0px;
	width:			100%;
	height:			16px;
	text-align:		center;
}

img#logo {
	position:		absolute;
	float:			right;
	top:			8px;
	right:			36px;
}