body{
	background-color: black;
}
img{
	border: none;
}
#debug{
	position: fixed;
	left: 0px;
	top:0px;
	z-index: 1001;
	display:none;
	/*
	*/
}
#opacity_layer{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
	background: Black;
	opacity: .7;
	width: 100%;
	height:100%;
}
#start_screen{
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
	margin-top: -170px;
	margin-left: -173px;
	color: White;
}
#start_screen p{
	text-align: center;
}

#bg{
	position: relative;
	z-index: 0;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding:0px;
	width: 395px;
	height: 470px;
}

#cockpit{
	position: absolute;
	left:0px;
	top:0px;
	z-index: 1;
	background-image: url(b6.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#map_btn{
	position: absolute;
	top: 437px;
	left: 11px;
	width: 44px;
	height: 31px;
	z-index: 2;
	background: none;
	border: none;
	background-image: url(icon_map.jpg);
	background-repeat: no-repeat;
	background-position: 44px;
}
#map_btn:hover{
	background-position: 0px;
}

#map_btn.on{
	background-position: 0px;
}
#clouds_btn{
	position: absolute;
	top: 437px;
	left: 54px;
	width: 52px;
	height: 31px;
	z-index: 3;
	border: thin solid red;
	color: Red;
	background: none;
	border: none;
	background-image: url(icon_clouds.jpg);
	background-repeat: no-repeat;
	background-position: 52px;
}
#clouds_btn:hover{
	background-position: 0px;
}

#clouds_btn.on{
	background-position: 0px;
}

#lat_display{
	position: absolute;
	z-index: 4;
	top:477px;
	left:17px;
	width: 80px;
	height: 15px;
	border: none;
	background: Black;
	color: #D2691E;
	font-family: monospace;
	font-size: x-small;
	font-weight: bolder;
}
#lon_display{
	position: absolute;
	z-index: 5;
	top:505px;
	left:17px;
	width: 80px;
	height: 15px;
	border: none;
	background: Black;
	color: #D2691E;
	font-family: monospace;
	font-size: x-small;
	font-weight: bolder;
}
#manche{
	position:absolute;
	z-index: 6;
	top:506px;
	left:260px;
}

#tvback{
	position:absolute;
	z-index: 7;
	top:76px;
	left:565px;
	width: 262px;
	height: 212px;
	background-image: url(tvmock3.jpg);
	background-position: -1048px;
}
#tv_noise1{
	position:absolute;
	z-index: 8;
	top:76px;
	left:565px;
	width: 262px;
	height: 212px;
	background-image: url(chiado1.png);
	background-repeat: repeat-x;	
}

#landing_interface{
	position: relative;
	top: 0px;
	left: 0px;
	background: Blue;
	height: 212px;
	width: 260px;
	display:none;
} 
#tv_parachutist{
	position:relative;
	top:46px;
	left:60px;
	width: 140px;
	height: 119px;
	background-image: url(para-all.png);
	background-repeat: no-repeat;
}

#tv{
	position:absolute;
	z-index: 11;
	top:76px;
	left:564px;
	width: 262px;
	height: 212px;
	background-image: url(tv1.png);
}
#cam_1{
	position: absolute;	
	top: 321px;
	left: 678px;
	z-index: 12;
	width: 49px;
	height: 62px;
	background-image: url(button_red_high.jpg);
	background-position: 49px;
	background-repeat: no-repeat;
}
#cam_2{
	position: absolute;	
	left: 734px;
	top: 319px;
	z-index: 13;
	width: 56px;
	height: 66px;
	background-image: url(button_yellow_high.jpg);
	background-position: 56px;
	background-repeat: no-repeat;
}
#cam_3{
	position: absolute;	
	left: 785px;
	top: 317px;
	z-index: 14;
	width: 51px;
	height: 66px;
	background-image: url(button_white_high.jpg);
	background-position: 51px;
	background-repeat: no-repeat;
}

#cam_1:hover,#cam_2:hover,#cam_3:hover,#cam_1.on,#cam_2.on,#cam_3.on{
	background-position: 0px;
}

#panel{
	position:absolute;
	z-index: 15;
	top:545px;
	left:135px;
	background-color:black;
	background-image: url(panel.png);
}
#cockpit_buttons{
	position: absolute;
	left:10px;
	top:500px;
	z-index: 16;
}
#game_screen{
	position: absolute;
	z-index: 17;
	width: 395px;
	height: 470px;
	left: 131px;
	top:37px;
	overflow: hidden;
}

#cloud1{
	position: relative;
	left: 0px;
	top: -1200px;
	width: 446px;
	height:657px;
	z-index: 18;
	background-image: url(clouds1.png);
	background-repeat: no-repeat;
}

#jet{
	position: relative;
	z-index: 19;
	height: 120px;
	width: 90px;
	background-image: url(jets-all-bright.png);
	background-repeat: no-repeat;
	top: 100%;
	margin-top: -120px;
	left: 150px;
}
#parachutist{
	position: relative;
	z-index: 28;
	height: 120px;
	width: 90px;
	top: 100%;
	margin-top: -120px;
	left: 150px;
	text-align: center;
	display: none;
}
#parachutist img{
}
#cloud2{
	position: relative;
	left: 0px;
	top: -1600px;
	width: 361px;
	height:399px;
	z-index: 21;
	background-image: url(clouds2.png);
	background-repeat: no-repeat;
}
#cloud3{
	position: relative;
	left: 0px;
	top: -1900px;
	width: 408px;
	height:284px;
	z-index: 22;
	background-image: url(clouds3.png);
	background-repeat: no-repeat;
}

#briefing{
	position: absolute;
	width: 350px;
	height:450px;
	left: 140px;
	top:30px;	
	z-index: 23;
	color: Lime;
	font-family: monospace;
	font-size: medium;
	font-weight: bolder;
	overflow: hidden;
}
#briefing h1{ 
	font-size: larger;
}
#briefing a{
	color: Lime;
	text-decoration: none;
}
#briefing a.on{
	color: White;
	background: Green;
}
#briefing a.on:hover{
	background: White;
	color: Green;
}

.center{
	background-position: -800px 0px;
}

.paginate{
	text-align: right;
}


