body{
	background-color:#ddffff;
	margin:0px;
	padding:0px;
	height: 100%;
	overflow: hidden;
	
}
#moto{
	width:50px;
	height:70px;
	background:no-repeat url(images/moto.jpg) 50% / 100%;
	
}
#moto-area{
	width:100%;
	position:fixed;
	bottom:10px;
	left:0px;
}

.vehile{
	width:50px;
	height:120px;
	position: absolute;
	margin-top: -30px;
	overflow:hidden;
}
.game{
	overflow:hidden;
	height: 300px;
}
#track{
	overflow:hidden;
	width:100px;
	height: 300px;
}
#start-screen,#full-screen{
	position:absolute;
	width:100%;
	height:100%;
	background:#ddd;
	z-index:10;
	opacity:0.9;
}
#start-button,#mid-button{
	width:200px;
	height:200px;
	margin:0 auto;
	margin-top:30%;
	border-radius:200px;
	background:yellow;
  	line-height: 200px;
  	text-align: center;
  	color:black;
  	cursor:pointer;
  	font-size:20pt
}
#progress{
width:3px;
height:0%;
background:orange;
position:absolute;
left:0px;
top:0px;

}