@charset "utf-8";
div#container {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
}
div#container td.enter {
	background: url(../images/btn_enter.jpg) no-repeat left top;
	height: 80px;
	width: 200px;
}
div#container td.enter a {
	height: 80px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}

div#container td.enter a:hover {
	background: url(../images/btn_enter_over.jpg) no-repeat left top;
}


div#container td.leave {
	background: url(../images/btn_leave.jpg) no-repeat left top;
	height: 80px;
	width: 200px;
}


div#container td.leave a {
	height: 80px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}

div#container td.leave a:hover {
	background: url(../images/btn_leave_over.jpg) no-repeat left top;
}


