body{
  background-color: #000000;
  overflow: hidden;
}

*{
  margin-left: 0px;
}

iframe{
  border: 0px solid #000000;
  position: absolute;
}

#stageFrame{
  border: 0px solid #000000;
  width: 1500px;
  height: 1100px;
  top: -60px;
  left: 0px;
}

#readyFoxy{
  opacity: 0;
  border: 0px solid #000000;
  height: 700px;
  width: 700px;
  top: 400px;
  left: 576px;
  animation: AReady4Foxy 10s ease 35s 1;
  -webkit-animation: AReady4Foxy 10s ease 35s 1;
  z-index: 0;
}

div{
  display: block;
}

#tint{
  background-color: #000000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: auto;
}

#window{
  background: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 185px;
  top: 0px;
  z-index: -1;
}

#floor{
  background-color: #FFFFFF;
  background-image: url("../images/tile.gif");
  width: 100%;
  height: 100%;
  transform: scaleY(0.75);
  position: absolute;
  left: 0px;
  top: 25%;
  z-index: -3;
}

@-webkit-keyframes AReady4Foxy {
  0%   {opacity: 1;}
  99%  {opacity: 1;}
  100%{opacity: 0;}
}
@keyframes AReady4Foxy {
  0%   {opacity: 1;}
  99%  {opacity: 1;}
  100%{opacity: 0;}
}
