@charset "utf-8";
	
body {
margin:0px;
}
	
/*#arch {
	position:fixed;
	left:50%;
	margin-left:-100px;
	bottom:200px;
}*/
#footer input {
}

#footer {
	background:transparent;
	background-image:url(images/grass.png);
	width: 100%;
	height: 200px;
	bottom:0px;
	position:fixed;
	z-index:50;

	left: 0px;
}

#torchleft{
	top: 100px;
	left: 10%;
	position:fixed;
}
#torchright {
	top: 100px;
	right: 10%; 
	position:fixed;

}
#pilelt{
	float:left;
	position:static;
	bottom:0px;
}
#pilert{
	float:right;
	position:static;
	bottom:0px;
}
#middle {
	left:50%;
	z-index:1;
}
/*#fightflee {
	top: 10px;
}*/
/*#monster {
	border:0px;
	padding:50px;
	z-index: 50;
	position: fixed;
	bottom: 0px;
	left: 25%;
	padding:200px;
	right: auto;
}*/
/*.content {
	position:fixed;
	left: 45%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	text-align: center;
	padding:5px;
}*/

.main_content {
	margin-right: auto;
	margin-left: auto;
	position:absolute;
	left:20%;
	max-width:50%;
	padding-left:10px;
	padding-right:10px;
	background-color: #CC9;
	margin-bottom:250px;
	padding-bottom:250px;
	}
.hidden { display: none; }
 .unhidden { display: block; }	
