#outerContainer {
  position:absolute;
  top:0px;
  left:50%;
  margin-left:-503px;
  width:1006px;
  
  background-color:transparent;
  background-image:url('/assets/img/bgGamePage.jpg');
  background-repeat:no-repeat;
  background-position:0px 210px;
}
#outerContainerBlank {
  position:absolute;
  top:0px;
  left:50%;
  margin-left:-503px;
  width:1006px;
  
  background-color:transparent;
  background-repeat:no-repeat;
  background-position:0px 210px;
}
#innerContainer {
  width:1006px;
  
  background-color:transparent;
  background-image:url('/assets/img/bgGamePageBottom.jpg');
  background-repeat:no-repeat;
  background-position:center bottom;
}
#innerContainerBlank {
  width:1006px;
  
  background-color:transparent;
  background-repeat:no-repeat;
  background-position:center bottom;
}


#adUnitTop {
  position:absolute;
  top:0px;
  left:139px;
}

#headerLink {
  position:absolute;
  left:23px;
  top:105px;
}

#gamePlayContainer {
  margin:240px 53px 0px 53px;
}
#gamePlayTitle {
  margin:0px 50px;
  font-weight:bold;
  font-size:20px;
  color:#FCEE21;
}
#gamePlayDescription {
  margin:0px 50px 14px 50px;
}
#gamePlay {
  width:900px;
  text-align:center;
}
.ad300x250Container {
  width:350px;
  height:370px;
  background:transparent url('/assets/img/bg300x250Ad.jpg');
}
.ad300x250 {
  padding-left:32px;
  padding-top:60px;
  text-align:left;
}
#gameRating {
  margin:14px 50px 0px 50px;
  clear:both;
}
.currentGameRating {
  margin:0px 50px;
  clear:both;
}
#gamePlayRatingHeader {
  float:left;
  margin-right:5px;
  font-weight:bold;
  font-size:18px;
  color:#FCEE21;
}

#adUnitMiddle {
  height:90px;
  width:728px;
  margin-top:26px;
  margin-left:92px;
}

#moreGamesContainer {
  margin:103px 50px 0px 40px;
  height:160px;
}
.moreGamesItem {
  float:left;
  margin:0px 15px;
  width:100px;
}
.moreGamesItemTitle {
  height:20px;
  text-align:center;
  font-weight:bold;
}

#backToGamesButtonContainer {
  margin-top:36px;
  margin-bottom:63px;
  width:900px;
  text-align:center;
}
#backToGamesButton {
  background-image:url('/assets/img/btnBackToGames.jpg');
  width:600px;
  height:122px;
  margin-left:150px;
}

#adUnitBottom {
  height:90px;
  width:728px;
  margin-top:26px;
  margin-left:148px;
}

#footer {
  height:15px;
  padding-bottom:37px;
}