body {
	background-color: #222222;
	color: #A0A0A0;
	font-family: sans-serif;
	text-align: center;
}

#game-area {
	cursor: none;
	margin: auto;
	position: relative;
	left: 0px;
	top: 0px;
	width: 640px;
	height: 480px;
}

#game-area canvas#canvas {
	position: absolute;
	left: 0px;
	top: 0px;
}

#game-area .item {
	position: absolute;
	left: 290px;
	bottom: 112px;
	display: none;
}

#game-area #game-panel {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 640px;
	height: 112px;
	background: #4A4A4A;
	border: none;
	border-top: 4px solid #000000;
}

#game-area #game-panel table {
	border-collapse: collapse;
	position: absolute;
	top: 4px;
	right: 4px;
}

#game-area #game-panel table td.item-icon {
	background: #000000;
	border: 4px solid #252525;
	width: 60px;
	max-width: 60px;
	height: 60px;
	max-height: 60px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#game-area #game-panel table td.item-icon img {
	display: block;
}

#game-area #game-panel #hiliter {
	border: 4px solid white;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 4px;
	right: 452px;
}

#game-area #loot-screen {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 640px;
	height: 480px;
	background: url('../media/overlay.png');
	display: none;
}

#game-area #loot-screen #loot-message,#game-area #loot-screen #continue-button {
	margin: auto;
	font-family: monospace;
	font-weight: bold;
	font-size: 32px;
	color: yellow;
}

#game-area #loot-screen #loot-message #loot-specific-message {
	color: gray;
}

#game-area #loot-screen #continue-button {
	display: none;
}
