div#map img.mapimg {
	position:relative;
	text-align:center;
	width:7px;
	height:7px;
}
#worldOuter {
	position: relative;
	display: inline-block;
}

#map {
    background-image: url(../img/map_background.png);
    background-color: #000;
    background-size: cover;
    position: relative;
    font-family: "Courier New", Courier, monospace;
    overflow: hidden;
    display: inline-block;
    line-height: 50%;
    letter-spacing: 1px;
    color: #fff;
    cursor: url("../img/customcursor.png"), default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 10px;
    width: 440px;
    padding-top: 10px;
    height: 440px;
}

#map .landmark {
	position: relative;
	font-weight: bold;
	color: #ff0000;
	line-height: 0px; /* Hack to prevent the boldness from increasing the row's line-height. I hope it works in all browsers... */
}

#bagspace-world {
    height: 62px;
    margin-bottom: 5px;
    margin-top: 3px;
	margin-left: 5px;
    overflow: hidden;
    /* background-image: url(../img/demo_background.png); */
    background-color: #c6c6c6;
    background-size: 100% 1000%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
-webkit-box-shadow: 
					0 -3px 0 0 #FFFFFF,
					3px 0 0 0 #555555,
					0 3px 0 0 #555555,
					-3px 0 0 0 #FFFFFF;
box-shadow: 
					0 -3px 0 0 #FFFFFF,
					3px 0 0 0 #555555,
					0 3px 0 0 #555555,
					-3px 0 0 0 #FFFFFF;
    outline-offset: 3px;
	padding-top: 10px;
}

#bagspace-world > div {
	padding: 6px 4px;
}

#backpackTitle {
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 1;
	color:#000;
}

#backpackSpace {
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 1;
	color:#000;
}

#healthCounter {
	position: absolute;
	top: 0px;
	left: 80px;
	z-index: 1;
	color:#000;
}

div.supplyItem {
	display: inline-block;
	border: 1px solid #999;
	float: left;
	margin: 0px 5px 6px 0px;
	padding: 4px 6px;
	cursor: url("../img/customcursor.png"), default;
	-webkit-box-shadow:inset 0 0 3px 3px #555555;
	box-shadow:inset 0 0 3px 3px #555555;
	color:#000;
}