#wrap{
	width: 343px;
	height: 480px;
	background: url(../images/bg.jpg) no-repeat center;
	margin: 0px auto;
	 overflow: hidden;
	position: relative;
}
#score{
	height: 39px;
	position: absolute;
	left: 160px;
	top: 80px;
}
#head{
	position: absolute;
	top:150px;
	left: 50px;
}
#head img:nth-child(1){
	width: 100px;
}
#head img{
	vertical-align: middle;
}
#start{
	cursor: pointer;
	width: 85px;
	height: 29px;
	background: url(../images/start.jpg) no-repeat center;
	position: absolute;
	left: 130px;
	top: 260px;
}
#grass{
	width: 686px;
	height: 21px;
	background: url(../images/grass.jpg);
	position: absolute;
	top:423px;
}
#bird{
	width: 34px;
	height: 26px;
	position: absolute;
	/*border:1px red solid;*/
	background-position: -6px -12px;
	left: 100px;
	top:150px;
}
/* 两条共用的*/
.pipe{
	width: 62px;
	height: 120px;
	position: absolute;
	left: 343px;
}
/* 上面共用的*/
.uPipe{
	height: 120px;
	background: url(../images/up_mod.png) center;
}
.uPipe img{
	position: absolute;
	bottom: 0px;
}
/* 下面共用的*/
.dPipe{
	bottom: 57px;
	background: url(../images/down_mod.png) center;
}
#end{
	display:none;
	position: absolute;
	top: 150px;
	z-index: 1;
	width: 343px;
	text-align: center;
}
#end #msg{
	width: 269px;
	height: 135px;
	background: url(../images/message.jpg) center;
	margin: 0px auto;
}

#endscore,#bestscore{
	color: white;
	font-size: 30px;
	position: absolute;
	right:80px;
	top: 75px;
	font-weight: bold; 
}
#bestscore{
	top: 125px;
}
#dog{
	position: absolute;
	top: 87px;
	left: 60px;
	border-radius: 50%;
	width: 20%;
}
#ok{
	width: 96px;
	height: 33px;
	background: url(../images/ok.jpg) center;
	margin: 10px 0 0 0;
}