@charset "utf-8";

#plan_body {
	height: 380px;
	position: relative;
	z-index: 0;
}

#marble_hall_plan {
	position: absolute;
	left: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
}
#plan {
	position: absolute;
	left: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 10px;
}

#howard {
	position: absolute;
	left: 570px;
	z-index: 100;
	top: 80px;
	border: 2px solid #00FF00;
}
#entrance {
	position: absolute;
	left: 570px;
	z-index: 100;
	top: 250px;
	border: 2px solid #FFFF00;
}
#stairs {
	position: absolute;
	left: 20px;
	z-index: 1;
	top: 170px;
	border: 2px solid #00FFFF;
}

#ante {
	position: absolute;
	left: 10px;
	z-index: 1;
	top: 20px;
	border: 2px solid #FF0000;
}
