body{
  width:1250px;
  height:650px;
  background-color: black;
}
.container{
  /*outline: 1px solid blue;*/
  padding-top: 10px;
  position:relative;
  cursor:url(Link_back.png), auto;
}
a{
  display:block;
  /*outline: 1px solid white;*/
  text-decoration: none;
  color:white;
  font-family: sans-serif;
  font-size: 15px;
  color:transparent;
  position:absolute;
  cursor:url(Link_back_hover.png), auto;
}
.catchSword{
  top: 355px;
  left: 593px;
  width:60px;
  height:90px;
}
.goBack{
  top: 600px;
  left: 560px;
  width:130px;
  height: 250px;
}
.invisibleWall{
  /*outline:1px solid green;*/
  height:330px;
  width: 100%;
  z-index:1;
  position:absolute;
  cursor:none;
}
img{
  display:block;
  width: 82%;
  margin:auto;
}
