.game-magic8ball {
	position: relative;
}
#board-wrap {
	padding: 0 10px 20px 20px;
	background: white;
	width: 343px;
}
#board {
	position: relative;
	width: 313px;
	height: 273px;
	background: white;
}
#ball {
	position: absolute;
	left: 140px;
	top: 107px;
	z-index: 99;
}
#baloon {
	position: absolute;
	left: 13px;
	top: 20px;
	z-index: 100;
	display: none;
}
#table_ans {
	position: absolute;
	left: 37px;
	top: 44px;
	z-index: 101;
}
#ans {
	width: 120px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	line-height: 1.2em;
}
#question {
	width: 200px;
	color: black;
}
.game-magic8ball-ad {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 336px;
	height: 280px;
}
