#container {
	width: 419px;
	height: 405px;
	background-image: url(../jpg/background.jpg);
	overflow: hidden;
}

#container #eball_box {
	/* width: 213px; */
	position: relative;
	top: 85px;
	left: 99px;
	z-index: 20;
}

#answer_box {
	position: relative;
	top: -190px;
	left: 200px;
	z-index: 10;
	padding: 0;
	margin: 0;
	width: 186px;
	height: 187px;
	display: none;
	background-image: url(../gif/answer_box.gif);
	overflow: hidden;
}

#answer_box #answer_text {
	position: relative;
	top: 20px;
	left: 20px;
	z-index: 15;
	width: 146px;
	height: 147px;
	font-family: 'Courier New', Courier, mono;
	font-size: 11px;
	line-height: 100%;
	overflow: hidden;
}

#answer_box #answer_text a {
	text-decoration: none;
}