body {
	margin:0px;
	background-color: #CFE16F;
	background-repeat:no-repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #2b2b2b;
	cursor: url(../images/sights.png);
}

a {
	display: block;
	color: #2b2b2b;
	text-decoration: none;
}

em {
	color: #790000;
	font-style: normal;
}

img, div { behavior: url(iepngfix.htc); z-index: 10; }

#container {
	width: 999px;
	height: 630px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#game {
	width: 999px;
	height: 768px;
	background-image: url(../images/background.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
	overflow: hidden;
}
#plane {
	position: absolute;
	z-index: 100;
}

#sights {
	position: absolute;
	z-index: 101;
	cursor:none;
}
#boost {
	position:absolute;
	right: 0px;
	bottom: 0px;
	z-index: 102;
}

#timer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 102;
	width: 134px;
	height: 50px;
	padding-left:47px;
	background: url(../images/timer-bg.png) no-repeat left top;
	color:white;
	font-weight:bold;
	font-size:35px;
	letter-spacing:-0.08em;
	padding-top:3px;
	display:none;
}

#result{
	background-image:url(../images/outro.jpg);
	width:999px; 
	height:510px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:120px;
	color:#948449;
	font-size:18px;
}

.collect{margin-top:300px; margin-left:220px;}

#max, #points{color: #594d23;font-style: normal; font-size:25px;}

#intro2{
	background-image:url(../images/passport.png);
	width:582px; 
	height:618px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:50px;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	padding:20px;
	color:#353535;
}
.float-left{float:left;}
.play{float:right; margin-top:260px;}
#intro em{	font-family:"Courier New", Courier, monospace; font-size:16px; font-weight:bold; color:#e71021;}