@charset "utf-8";
/* CSS Document */


  #monsterOne {
	position: absolute;
	top: 532px;
	left: 668px;
	width: 188px;
	height: 175px;
	margin: 10px;
	z-index: 9001;
	display: none;
	background-image: url(../images/monster1.png);
	background-repeat: no-repeat;
}
#monsterTwo {
	position:absolute;
	left:781px;
	top:143px;
	width:164px;
	height:175px;
	z-index:9002;
	display: none;
	background-image: url(../images/monster2.png);
	background-repeat: no-repeat;
}
  #monsterThree {
	position:absolute;
	left:-129px;
	top:561px;
	width:147px;
	height:173px;
	z-index:9003;
	background-image: url(../images/monster3.png);
	background-repeat: no-repeat;
	display: none;
}
  #monsterFour {
	position:absolute;
	left:-46px;
	top:50px;
	width:158px;
	height:179px;
	z-index:10004;
	background-image: url(../images/monster4.png);
	background-repeat: no-repeat;
	display: none;
}

#trashText {
	position:absolute;
	left:585px;
	top:246px;
	width:178px;
	height:104px;
	z-index: 8999;
	display: none;
}

#monsterNav {
	position:absolute;
	left:633px;
	top:351px;
	width:128px;
	height:73px;
	z-index:3000;
	text-align: left;
	display: none;
}


  .drop {
	width: 150px;
	height: 70px;
	margin: 10px;
	position: absolute;
	top: 236px;
	right: 205px;
	opacity: 0.7;
	overflow:auto;
}
#trash {
	display: none;
	background-image: url(../images/trash2.gif);
	background-repeat: no-repeat;
	height: 193px;
	width: 136px;
	z-index: 8000;
}
#restore {
/*	position:absolute;
	left:400px;
	top:413px;
	width:126px;
	height:26px;
	z-index:102;
	color: #999999;
	background-color: #333333;
	display: inherit;*/
}
#hide {
/*	position:absolute;
	left:527px;
	top:414px;
	width:128px;
	height:25px;
	z-index:103;
	background-color: #FF0000;
	display: inherit;*/
}
#showAll {
	position:absolute;
	left:435px;
	top:242px;
	width:308px;
	height:195px;
	z-index:9000;
	background-image: url(../images/monster_trash_bg.gif);
	background-repeat: no-repeat;
	display: inherit;
}
#hideAll {
/*	position:absolute;
	left:658px;
	top:414px;
	width:74px;
	height:23px;
	z-index:105;
	background-color: #FFFFFF;
	display: inherit;*/
}
