*{
    margin:0;
    padding:0;
	position: absolute;
}

body {
	overflow: hidden;
}

.bg01 {
	background-image: url("bg/bg01.png");
	width: 2048px;
	height: 868px;
}

.bg02 {
	background-image: url("bg/bg02.png");
	width: 2048px;
	height: 890px;
}

.gameUIbg {
	top: 5px;
	left: 5px;
	z-index: 999;
}

.gameUIhp {
	top: 27px;
	left: 39px;
	height: 14px;
	width: 236px;
	background-color: #f7d300;
	z-index: 1000;
}