.content_container_2 {
  width: 985px;
  background: #303030 url('../img/content_container_2.png') repeat-y;
}

.content_play{
  float: left;
  width: 708px;
  background: url('../img/content.png') repeat-x;
}
.content_play h2 {
  width: 646px;
  height: 30px;
  margin: 30px 0 0 0px;
  padding: 2px 0 0 40px;
  font-size: 15px;
  background:  url('../img/play_game_title.png') no-repeat;
}
.game_play_box {
  width: 686px;
  height: 707px;
  margin: 0px 0 0 0px;
  background: #2eb6df url('../img/game_play.png') no-repeat;
}

h2.advert {
  width: 646px;
  height: 30px;
  margin: 30px 0 0 0px;
  padding: 2px 0 0 40px;
  font-size: 15px;
  background: #2eb7e1 url('../img/advert_title.png') no-repeat;
}
div.advert {
  width: 686px;
  margin: 0px 0 0 0px;
  min-height: 97px;
  background: #2eb5df url('../img/advert_bg.png') repeat-x;
}
div.advert p {
  margin: 0px 5px;
}

.advert_bottom {
  width: 686px;
  height: 4px;
  margin: 0 0 20px 0px;
  background: #31c3f1 url('../img/advert_bottom.png') no-repeat;
}

.game_play {
  width: 650px;
  height: 480px;
  margin: 10px 0 0 20px;
    display: block;
}
.controls {
  width: 276px;
  height: 135px;
  margin: 40px 0 0 35px;
  padding: 5px;
  float: left;
  font-size: 11px;
  background: #cf0202 url('../img/controls.png') no-repeat;
}
