div#QuestionBackground
{
  width: 100%;
  height: 400%;
  display: none;
  z-index: 1000;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #aaa;
  text-align: center;
}

div#QuestionContainer
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

div#awards-promo
{
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -219px;
  margin-left: -260px;
  z-index: 1000;
  width: 500px;
  height: 417px;
  padding: 10px;
  background: transparent url(../images/awards-popup.png) no-repeat center 10px;
}
