body{
  background: none;
}

*{
  margin-left: 0px;
}

p{
  color: #000000;
  font: 24px Comic Sans MS, serif;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  display: block;
}

#sorry{
  text-align: center;
  display: block;
  position: relative;
  top: 17px;
  animation: sorryAni 60s 1;
  -webkit-animation: sorryAni 60s 1;
}

#order{
  font-family: Arial Narrow;
  text-align: center;
  display: block;
  position: relative;
  top: 18px;
  animation: sorryAni 60s 1;
  -webkit-animation: sorryAni 60s 1;
}

#me{
  opacity: 0;
  text-align: center;
  display: block;
  position: relative;
  top: -30px;
  transform: scaleX(1.75) scaleY(3);
  animation: meAni 60s 1;
  -webkit-animation: meAni 60s 1;
}

iframe{
  border: 0px solid #000000;
  width: 750px;
  height: 620px;
  position: absolute;
}

#stageFoxy{
  opacity: 0;
  animation: AOneFoxy 302s linear 1;
  -webkit-animation: AOneFoxy 30s linear 1;
  top: 120px;
  left: 400px;
  z-index: -1;
}

div{
  display: block;
}

#frame{
  width: auto;
  height: auto;
  z-index: 9;
}

#sign{
  background-color: #DEB887;
  box-shadow: 0px 2px 5px #000000;
  width: 180px;
  height: 100px;
  position: absolute;
  top: -100px;
  left: -75px;
  z-index: 11;
}

#post{
  background-color: #DEB887;
  box-shadow: 0px 0px 5px #000000;
  border-bottom-right-radius: 10px 5px;
  border-bottom-left-radius: 10px 5px;
  width: 25px;
  height: 100px;
  position: absolute;
  top: 715px;
  left: 750px;
  z-index: 10;
}

#stageBackdrop{
  background-color: #000000;
  width: 1500px;
  height: 700px;
  position: absolute;
  top: 0px;
  z-index: -4;
}

#stageFloor{
  background-color: #4D4D4D;
  width: 1500px;
  height: 200px;
  border-top-right-radius: 750px 60px;
  border-top-left-radius: 750px 60px;
  border-bottom-right-radius: 750px 60px;
  border-bottom-left-radius: 750px 60px;
  position: absolute;
  top: 640px;
  z-index: -2;
}

#stageFace{
  background-color: #D39A5F;
  width: 1500px;
  height: 200px;
  border-bottom-right-radius: 750px 60px;
  border-bottom-left-radius: 750px 60px;
  position: absolute;
  top: 715px;
  z-index: -3;
}

#dropShadow{
  background-color: #000000;
  width: 1500px;
  height: 740px;
  opacity: 0;
  border-bottom-right-radius: 750px 60px;
  border-bottom-left-radius: 750px 60px;
  animation: Ashadow 8s linear 12s 1;
  -webkit-animation: Ashadow 8s linear 12s 1;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

@-webkit-keyframes meAni {
  0%  {opacity: 0;}
  83% {opacity: 0;}
  84% {opacity: 1;}
  100%{opacity: 1;}
}
@keyframes meAni {
  0%  {opacity: 0;}
  83% {opacity: 0;}
  84% {opacity: 1;}
  100%{opacity: 1;}
}

@-webkit-keyframes sorryAni {
   0%{opacity: 1;}
  83%{opacity: 1;}
  84%{opacity: 0;}
 100%{opacity: 0;}
}
@keyframes sorryAni {
   0%{opacity: 1;}
  83%{opacity: 1;}
  84%{opacity: 0;}
 100%{opacity: 0;}
}

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

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