#scissors{
  position: absolute;
  top: 500px;
  left: -75px;
  z-index:1;
  background-image: url("scissors.gif");
  background-size: 300px;
  width: 300px;
  height: 300px;
}

#corset{
  position: absolute;
  top: -25px;
  right: -155px;
  z-index:1;
  background-image: url("corset.gif");
  background-size: 300px;
  width: 300px;
  height: 300px;
}

#web{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  background-image: url(web.png);
  width: 350px;
  height: 350px;
}

#candle{
  position: fixed;
  bottom: 0px;
  right: 60px;
  z-index: 999;
  background-image: url(Candle.gif);
  background-size: 200px;
  width: 200px;
  height: 200px;
}

#borderframe{ 
  border: 75px solid transparent; height: 530px;
  padding-left: 15px;
  padding-right: 15px;
  border-image: url('border.gif') 100 round;
  overflow-y: scroll;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1b0404;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: whitesmoke;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.header {
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(banner.gif);
  height: 100px;
  max-width: 433px;
  background-repeat: no-repeat;
}

body {
  cursor: url("cursor_final.gif"), auto;
  background-image: url('wallpaper.gif');
}

.center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
    margin:auto;
    width:800px;
    padding:5px;
    position: relative;
}

#s-m-t-tooltip{
  /* basic */
  max-width:300px;
  z-index:10;
  margin:24px 14px 7px 12px;
  /* style and design */
  padding:8px;
  background:#222; /* fallback if rgba not supported */
  background:rgba(0,0,0,0.8);
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  -webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  /* font */
  font-family:Verdana,Geneva,sans-serif;
  font-size:11px;
  line-height:16px;
  color:#fff;
}