div#banner {
	position: absolute;
	width: 320px;
	height: 202px;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -101px;
	z-index: 90;
	background-color: #E9D7A5;
	border: 5px solid #382B1B;
	display: none;
}

div#banner {
	color: #4E3A1C;
}
div#banner .head {
	margin-bottom: 20px;
}
div#banner img {
	margin: 5px;
}
div#banner p {
	text-align: center;
	margin: 2px 0 3px 0;
	padding: 0;
}
div#banner a#enterbutton img,
div#banner a#enterbutton_en img,
div#banner a#closebutton img {
	border: none;
	position: absolute;
	bottom: 0px;
}
div#banner a#enterbutton_en img {
	left: 165px;
}
div#banner a#enterbutton img {
	left: 70px;
}
div#banner a#closebutton img {
	right: 0px;
}
div#banner div.rule {
	height: 3px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-image: url(pix/rule.jpg);
	background-position: center 1px;
	background-repeat: no-repeat;
}
