#inventory {
	position:fixed;
	top:200px;
	left:8%;
}

#avatar {
	position:fixed;
	top:4%;
	right:8%;
}

#vorple {
	margin: 0 auto;
	text-align: left;
	width:500px;
	color:#557755;
}

#vorpleContainer {
	background-color:#fff;
	margin:100px auto 15px auto;
	max-width:500px;
	padding:1em;
	border:0px solid #ccf;
	box-shadow:0px 0px 0px #000;
	-webkit-box-shadow:0px 0px 0px #000;
	-moz-box-shadow:0px 0px 0px #000;
}

.parserError .turnContent {
	font-style: italic;
	color: #007700;
}

.parserError .oldPrompt {
/*	text-decoration: line-through; */
	font-style: italic;
	color:#007700;
}


#vorpleContainer.retro, #vorpleContainer.retro .turn {

background-color:black;

color:#54fe54;

font-family: Courier, "Courier New", monospace;
font-size: 14px;
font-weight: normal;

}



#vorpleContainer.normal, #vorpleContainer.normal .turn {

background-color:black;

color:white;

font-family:serif;
font-size: 14px;
font-weight: normal;

}



body.normal {
	background-color:#000;
	margin:0;
	font-size:100%;
	text-align:left;
	background-attachment: fixed;
	background-image: url(media/image/bg_real.gif)
}

body.retro {
	background-color:#000;
	margin:0;
	font-size:100%;
	text-align:left;
	background-attachment: fixed;
	background-image: url(media/image/bg_ascii.gif)
}

#header_image {
	position:fixed;
	top:0;
	left:50%;
	width:600px;
	margin-left:-250px;
}
