a {
  text-decoration: none;
  color: transparent;
}
img {
  border:0;
}
.movieframe {
  z-index: 10;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
}
.menu {
  z-index:30;
  position:absolute;
  height:400px;
  width:400px;
  left:50%;
  top:50%;
  margin-left:-200px;
  margin-top:-200px;
  background: #191919 url(assets/pat.gif) repeat 2px 1px;
}
.menu-pad {
  padding: 61px 35px;
}
span {
  display: block;
  width: 330px;
  height: 23px;
  background: transparent url(assets/pat.gif) repeat 0px 0px;
}
div.arcade,
div.tokens,
a.airtos,
a.HOF,
a.exit {
  display: block;
  width: 330px;
  height: 23px;
}
div.arcade {
  background-image: url(assets/sticky-arcade.gif);
}
div.tokens {
  background-image: url(assets/tokens.gif);
}
a.airtos {
  margin-top: 61px;
  background-image: url(assets/cyrkam-airtos.gif);
}
a.HOF {
  margin-top: 30px;
  background-image: url(assets/hall-of-fame.gif);
}
a.exit {
  margin-top: 23px;
  margin-bottom: 99px;
  background-image: url(assets/exit.gif);
}
a.airtos:hover,
a.HOF:hover,
a.exit:hover {
  background-position: 0 23px;
}

.credits {
  z-index:20;
  position:absolute;
  height:23px;
  width:198px;
  left:50%;
  bottom:10px;
  margin-left:-99px;
  background-image: url(assets/credits_sticky-co.gif);
}
.logo {
  z-index:100;
  position:absolute;
  width:910px;
  left:50%;
  top:21px;
  margin-left:-455px;
}
.texture {
  z-index: 25;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background-image: url(assets/pat.gif);
  background-repeat: repeat;
}
