html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	background-size: 100%;
	color: #000;
}
#container {
	width: 90%;
}
h1 {
	font-size: 1.2em;
}
img.image {
	width: auto;
	height: auto;
	max-width: 100%;
}
.loading {
	padding: 0;
	position: relative;
	left: 50%;
	margin-left: -16px;
}
#text p {
	width: 100%;
}
#items li,
#inventory li {
	width: auto;
	padding: 0.2em 0 0.2em 18px;
}
#items li span,
#inventory li span {
	margin-right: 0;
	margin-left: 0;
	visibility: visible;
	float: right;
}

#menu {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 24px;
	padding: 4px 0;
	background-image: none;
	background-color: #000;
}
#info-button {
	display: none;
}
