body {
  background: white;
  text-align: center;
}

h1 {
  font: 30px Arial Black;
  height: 48px;
  text-transform: uppercase;
  margin: 0;
  padding: 6px 0 0;
}

div#container {
  margin: 0 auto;
  width: 250px;
}

#structure {
  background: url(/static/images/structure.png) no-repeat center center;
  position: relative;
  width: 250px;
  height: 580px;
}

#smash {
  position: absolute;
  left: 79px;
  top: 97px;
}

#bell {
  position: absolute;
  left: 107px;
  top: 453px;
}

#target {
  position: absolute;
  left: 44px;
  top: 490px;
}

#annoyingCntr {
  position: absolute;
  left: 10px;
  top: 32px;
  width: 236px;
  height: 180px;
  background-image: url(/static/images/spinner.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

#message {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 210px;
  height: 140px;
  background: white;
  font: 10pt Helvetica, Arial, sans-serif;
  line-height: 130%;
  padding-top: 20px;
  text-transform: uppercase;
}

.archive {
  font: 10pt Helvetica, Arial, sans-serif;
  line-height: 130%;
  padding-top: 20px;
  text-transform: uppercase;
}

.archive ul, .archive li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#archive {
  margin-top: -22px;
  text-align: right;
}

#archive a {
  font: 9px Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}

img {
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

