#stage {
	width:900px;
	height:500px;
	position: relative;
	margin:auto;
	border: 1px solid black;
	overflow: hidden;
}

#GamewallFront{
	position: absolute;
	width:900px;
	height:500px;
	z-index: 3;

}
#GamewallMid{
	position: absolute;
	width:900px;
	height:500px;
	z-index: 2;
}

#GamewallBack{
	position: absolute;
	width:900px;
	height:500px;
	z-index: 1;
}
#StartDeco{
	position: absolute;
	z-index: 5;
	bottom: 1px;
	left:340px;
	cursor: pointer;
}
#START{
	position: absolute;
	z-index: 4;
	background-color: lightyellow;
	bottom: 20px;
	left:390px;
	font-size: 15px;
	border: 3px solid black;
	width: 150px;
	height: 40px;
}

#output{
	position: absolute;
	background-color: white;
	padding: 20px;
	bottom:20px;
	left: 55px;
	width: 80%;
	z-index: 6;
}
body{
	background-image: url("Final-img/BodyBG.png");
}