#background {
	position: relative;
    width: 600px;
    height: 200px;
    border: 1px solid #000;
    background: url("http://www.misticpets.com/images/maps/paladventure_forestmap_1.png");
}

#swamp-background {
	position: relative;
    width: 600px;
    height: 200px;
    border: 1px solid #000;
    background: url("http://www.misticpets.com/images/maps/Paladventure_swamp.png");
}

#showSprite{
   display: none;
}
#b {
	position: absolute;
	top: 100px;
}
#c {
	position: absolute;
	top: 18px;
	left: 191px;
	width: 41px;
	height: 55px;
	background: url("http://www.misticpets.com/images/maps/paladventure_stiganimation_bg.gif");
}

#swamp-eyes {
	position: absolute;
	top: 75px;
	left: 522px;
	width: 41px;
	height: 55px;
	background: url("http://www.misticpets.com/images/maps/paladventure_asset_eye.gif");
}

img, div {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
h1 {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -2px;
	border-bottom: 1px solid #d6d6d6;
	text-align: left;
}
#palSelect {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 3px solid #d6d6d6;
	width: 150px;
}
#palSelectBottom {
	background: #e3e3e3;
	text-align: left;
	padding: 5px;
	font-size: 12px;
}
#clickedSprite {
	display: none;
}