#exit{
	position: absolute;
	right:10px;
	top:10px;
	/* background-color:#0F0D2D; */
	color:#333085;
	font-family: 'Comic Sans MS', cursive;	
	text-decoration:none;
	font-size:24pt;
}
body{
	background-image:url(../img/back.gif);
	background-size: 100% 100%;	
}
#load{
	width:100%;
	height:400px;margin: auto;
}
#chest{
	width: 180px;
    height: 140px;
    background-image: url(../img/chest.png);
    background-repeat: no-repeat;
	background-size:100% ;
	margin:0 auto;	
}
#chest0{
	width: 180px;
    height: 140px;
    background-image: url(../img/chest.png);
    background-repeat: no-repeat;
	background-size:100% ;
	margin:0 auto;	
}
#text{
	text-align:center;
	color:#6762A6;
	font-family: 'Comic Sans MS', cursive;
	font-size:24pt;
}
#fight
{
	display:block;
	background:#1E1E3A;
}
#bot
{
	position:relative;
	left:40%;
	display:none;
	/* display:block;  */
	margin: auto;
}
html{
	overflow:hidden;
}
#fight_
{
	display:none;
	cursor:pointer;
	text-align:center;
	color:#6762A6;
	font-family: 'Comic Sans MS', cursive;
	font-size:24pt;
}
#menu2{
	display:none;
	/* visibility:hidden; */
	background:white;
}
#war{
	display:block;
}
#finish{
		text-align:center;
	color:#6762A6;
	font-family: 'Comic Sans MS', cursive;
	font-size:64pt;
	display:none;
}








