#outerContainer {
  height:1417px;
  
  background-image:url('/assets/img/bgFrontPage.png');
  background-position:0px 256px;
  background-repeat:no-repeat;
}

#featuredGameContainer {
  position:absolute;
  top:270px;
  left:33px;
}
#playButtonContainer {
  position:absolute;
  top:455px;
  left:128px;
}
#playButton {
  width:130px;
  height:58px;
  background:url('/assets/img/btnPlay.gif');
}

#alsoFeaturedGame1 {
  position:absolute;
  top:622px;
  left:81px;
  width:100px;
  text-align:center;
}
#alsoFeaturedGame2 {
  position:absolute;
  top:622px;
  left:221px;
  width:100px;
  text-align:center;
}
.featuredGameLink {
  font-weight:bold;
  color:#623412;
}
.featuredGameLink:hover {
  color:#8C6239;
}
.featuredGameLink hover {
  color:#8C6239;
}

#adUnitLeft {
  position:absolute;
  top:895px;
  left:49px;
  width:300px;
  height:250px;
}

#gamesListContainer {
  position:absolute;
  top:220px;
  left:377px;
  width:576px;
}

#adUnitBottom {
  position:absolute;
  top:1235px;
  left:139px;
}

#footer {
  position:absolute;
  bottom:0px;
  left:200px;
}