#wrapper {
	margin: 0 auto;
	width: 95%;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
	display:none;
	z-index:100;
}
.enjoy-css {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: none;
	padding: 25px 0;
	font:"Comic Sans MS", cursive;
	font-size: 40px;
	color: rgba(55,55,55,1.00);
	text-shadow: 2px 1px 2px rgba(0,0,0,0.5);
	float: left;
}
#upperText {
	float: left;
	margin: 20px 0 0 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #000000;
}
.red {
	color: #EB1212;
}
#partsDiv img {
	cursor: pointer;
	z-index:300;
	/*position:relative;*/
}
#partsDiv {
	border: 1px solid white;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.31);
	padding: 10px;
	margin-bottom: 50px;
	min-height:250px;
	z-index:200;

}

#monsterDiv {
	border: 1px solid white;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	z-index:300;
	
}
#monsterDiv img {
	margin: 0 4%;
	point-event: none;
	z-index: -1;
	display: inline-block;
}
.itemMove {
	position: absolute;
}
.btn {
	float: right;
	margin: 20px 0 20px 0;
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 18px;
	font-family: Arial;
	color: #fff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}
.btn:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}
.cf:before,  .cf:after {
	content: " "; 
	display: table; 
}
.cf:after {
	clear: both;
}

