*{padding: 0; margin: 0;}

img{ border:none; }

html, body {
	background: transparent;
	text-align: center;
}

#wrapper {
	position: relative;
	width: 540px;
	margin: 0 auto;
}

#minigameWrap{
	position: absolute;
	width: 540px;
	height: 1076px;
	top: 0;
	left: 0;
	background: url(../img/minigame/bg_top.png) top left no-repeat;
}

#minigameBlock{
	position: absolute;
	width: 540px;
	height: 998px;
	top: 29px;
	left: 0;
	background: url(../img/minigame/bg_block.png) top left repeat-y;
}

#minigameBottom{
	position: absolute;
	width: 540px;
	height: 49px;
	bottom: 0;
	left: 0;
	background: url(../img/minigame/bg_bottom.png) top left no-repeat;
}

#minigameWrap h1{
	position: absolute;
	top: 30px;
	left: 30px;
}

#minigameWrap .text{
	position: absolute;
	top: 113px;
	left: 35px;
}

#box1{
	position: absolute;
	top: 155px;
	left: 30px;
	width: 232px;
	height: 376px;
	background: url(../img/minigame/bg_box1.png) top left no-repeat;
}

#box2{
	position: absolute;
	top: 155px;
	left: 281px;
	width: 232px;
	height: 376px;
	background: url(../img/minigame/bg_box1.png) top left no-repeat;
}

#box3{
	position: absolute;
	top: 552px;
	left: 30px;
	width: 232px;
	height: 396px;
	background: url(../img/minigame/bg_box2.png) top left no-repeat;
}

#box4{
	position: absolute;
	top: 552px;
	left: 281px;
	width: 232px;
	height: 396px;
	background: url(../img/minigame/bg_box2.png) top left no-repeat;
}

#close {
	position: absolute;
	top: 978px;
	left: 218px;
}

#minigameWrap h2 {
	position: absolute;
	top: 0;
	left: 0;
}

#minigameWrap div .img1 {
	position: absolute;
	top: 55px;
	left: 20px;
}

#minigameWrap div .img2 {
	position: absolute;
	top: 172px;
	left: 38px;
}

#box1 .text,
#box2 .text{
	position: absolute;
	top: 305px;
	left: 20px;
}

#box3 .text{
	position: absolute;
	top: 305px;
	left: 21px;
}

#box4 .text{
	position: absolute;
	top: 305px;
	left: 17px;
}
