#game{
	width:520px;
	padding:20px;
}
#instructions{
	float:right;
	margin:20px;
	width:509px;
	border:5px solid #000;
	font-size:20px;
	background:#000;
	color:#fff;
	padding:10px;
}
#instructions h4{
	font-size:30px;
	margin:10px 0;
	width:100%;
	text-align:center;
}
#instructions ul{
	margin:10px;
}
#instructions span{
	font-size:13px;
	display:block;
	width:100%;
	text-align:center;
}
#map{
	width:495px;
	height:495px;
	position:relative;
	border:10px solid #582526;
	padding:2px;
	background:#000;
}
#map img{
	height:50px;
	position:absolute;
	margin:-2px;
}
#exit{
	right:-20px;
	bottom:2px;
}
#shield,
#pickaxe{
	max-height:35px;
	padding:7px;
	display:none;
}
#scorebox{
	width:125px;
	height:30px;
	border:5px solid #000;
	font-weight:bold;
	font-size:30px;
	float:left;
}
#stagebox{
	width:125px;
	height:30px;
	border:5px solid #000;
	font-weight:bold;
	font-size:30px;
	float:left;
	border-top:none;
}
.reset{
	width:125px;
	height:30px;
	text-align:center;
	border:5px solid #000;
	font-weight:bold;
	font-size:30px;
	margin-left:384px;
}
.reset:hover{
	background:#000;
	color:#fff;
	cursor:pointer;
}

#gameover{
	border:5px solid;
	width:420px;
	font-size:25px;
	margin:auto;
	text-align:center;
	font-weight:800;
	padding-top:20px;
	margin-top:150px;
	background:#fff;
	display:none;
}
#gameover .reset{
	margin:20px auto;
	width:100px;
}
#gameover #message, #gameover #score, #gameover #stage{
	width:100%;
}
#itemReceived{
	border:5px solid #000;
	width:250px;
	font-size:15px;
	margin:auto;
	text-align:center;
	font-weight:800;
	margin-top:507px;
	background:#fff;
	display:none;
}
#itemMessage{
	max-width:250px;
}