/* balloonlayer */
#balloon_left_118x110 {
	background: transparent url("../img/bg_balloon_left.png") no-repeat;
	position: absolute;
	width: 118px;
	height: 110px;
	left: 50%;
	margin-left: -240px;
	top: 395px;
	overflow: hidden;
	z-index: 100;
}

#balloon_right_118x110 {
	background: transparent url("../img/bg_balloon_right.png") no-repeat;
	position: absolute;
	width: 118px;
	height: 110px;
	left: 50%;
	margin-left: 120px;
	top: 360px;
	overflow: hidden;
	z-index: 100;
}
