*{margin: 0;padding: 0;}
.wrap{	width: 320px;
		height: 480px;
		background: url(../images/game_bg.jpg) center no-repeat;
}
#title{
	position: absolute;
	top: 220px;
	left: 75px;
	font-size: 25px;
	color: yellow;
	width: 200px;
	height: 30px;
	cursor: pointer;
}
.score{
	// width: 100px;
	// height: 100px;
	font-size: 25px;
	color: yellow;
	position: absolute;
	top: 8px;
	left: 60px;
}
.scroll{
	border-radius: 8px;
	width: 180px;
	position: absolute;
	left: 63px;
	top: 66px;
	overflow: hidden;
}
#scroll_1{
	width: 360px;
	height: 16px;
}
#wolf{	width: 320px;
		 display: none;
		 position: absolute;
		 
}
#wolf img{
	cursor: pointer;
	display: none;
}
