#stage {
	height: 680px;
}

#backgroundPane {
	position: absolute;
	top: 80px;
	left: 26px;
	width: 984px;
	height: 640px;
	background: url(img/background.png) no-repeat;
	z-index: 2;
}

#headerPane {
	position: absolute;
	left: 40px;
	top: 188px;
	z-index: 3;
}

#inputPane {
	position: absolute;
	left: 40px;
	top: 240px;
	width: 160px;
	height: 382px;
	z-index: 3;
}

#outputPane {
	position: absolute;
	left: 220px;
	top: 240px;
	width: 248px;
	height: 368px;
	overflow: auto;
	z-index: 3;
}

#mapPane {
	position: absolute;
	left: 488px;
	top: 240px;
	width: 494px;
	height: 368px;
	z-index: 3;
	border: 1px #666 solid;
}

a.method {
	text-decoration: none;
}

