html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
@font-face {
  font-family: myFirstFont;
  src: url(KatarnPDF.ttf);
}
body {
	font-size: 120%;
	background-image: url("images/stars.jpg");
	background-color: #001800;
	color: #ddd;
a {
	text-decoration: none;
	color: #bbb;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #fff;
}
h1,
h2 {
	margin: 0 0 0.3em 0;
	font-style: italic;
}
#head-container {
	width: 960px;
	min-height: 148px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:-12px;
	padding: 0 30px;
	background-color: #333;
	background-image: url('images/head.gif');
}
#container {
	font-family: myFirstFont;
	width: 960px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px 20px;
	background-color: #001800;
	background-image: url('images/frame_main.png');
	
}
#image-container {
	width: 640px;
	height: 400px;
	margin-left: 33px;
	background-color: #000;
	float: left;	
}
#menu-container {
	width: 960px;
	max-height: 164px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	padding: 0 30px 30px;
	background-image: url('images/head_menu.png');
}
img.image {
	display: block;
}
.loading {
	padding: 184px 304px;
}
#controlcenter {
	max-width: 280px;
	float: left;
}
#level {
	width: 640px;
	margin-top: 15px;
	margin-left: 42px;
	clear: both;
}
#text p {
	width: 640px;
	margin-top: 15px;
	margin-left: 42px;
	clear: both;
}
#items {
	margin-bottom: 1em;	
	margin-left: 42px;
}
#inventory {
	margin-bottom: 1em;
	margin-left: 22px;
}
#items ul,
#inventory ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-style: italic;
	margin-bottom: 25px;
}
#items li,
#inventory li {
	width: 640px;
	padding: 0.2em 0 0.2em 30px;
	clear: both;
	background-repeat: no-repeat;
	background-position: left top;
}
#items li.item {
	background-image: url('images/talk.png');
}
#items li.item:hover {
	background-image: url('images/talk_hover.png');
}
#items li.object,
#inventory li {
	background-image: url('images/object.png');
}
#items li.object:hover,
#inventory li:hover {
	background-image: url('images/object_hover.png');
}
#items li span,
#inventory li span {
	margin-left: 2em;
	visibility: hidden;
}
#items li:hover span,
#inventory li:hover span {
	visibility: visible;
}

}
#menu_pic_load {
	margin-left: 19px;
	margin-top: 40px;
}
#menu_pic_save {
	margin-left: 34px;
	margin-top: 40px;
}
#menu_pic_help {
	margin-left: 34px;
	margin-top: 40px;
}
#menu_pic_info {
	margin-left: 28px;
	margin-top: 40px;
}
#info-box {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -160px;
	margin-left: -210px;
	width: 400px;
	height: 300px;
	padding: 20px;
	background-color: #333;
	border: 2px solid #666;
	border-radius: 4px;
}
#info-box img {
	margin-right: 8px;
	margin-bottom: 4px;
}
#game-info {
}
#engine-info {
	position: absolute;
	bottom: 10px;
	font-style: italic;
}
#info-box button {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
	