body {
	background: #006633;
}

a:link {
	color: #009900;
	font-weight:bold; 
}

a:hover {
	color: #33CC33;
	text-decoration:none;
	font-weight:bold; 
}

a:active {
	color: #33CC33;
	text-decoration:none;
	font-weight:bold; 
}

a:visited {
	color: #009900;
	font-weight:bold; 
}

#text{
position: absolute;
left: 210px;
top: 140px; 
z-index: 1;
}

.text {
	background: #ffffff;
	color: #000000;
	font-family: Arial;
	font-size: 10px;
	margin: 10px;
	padding: 4px;
	width: 350px;
	border: 2px dotted #99CC99;
}

.quotebox {
	background: #66CC66;	
	color: #000000;
	font-family: Arial;
	font-size: 10px;
	margin: 0px;
	padding: 8px;
	border: 1px solid #000000;
}

#idquotebox {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
position: absolute;
width: 350px;
left: 185px;
top: 128px; 
z-index: 5;

}

#logo {
position: absolute;
left: 90px;
top: 0px;
z-index: 1;
}


#endlogo {
position: absolute;
left: 350px;
top: 480px;
z-index: 1;
}

#nflight {
position: absolute;
left: 270px;
top: 550px;
z-index: 2;
}

.imgBorder {
	border: 1px solid #FFFFFF;
}


