
.container {
  text-align: center;
}

.menu {
  width: 944px;
  left: 50%;
  margin-left: -472px;
  position:relative;
}

.menu_image {
  float: left;
  margin-bottom: -20px;
  z-index:5;
  position: relative;
}

.game_title {
padding-top: 20px;
color: white;
letter-spacing: 1.5px;
font-family: Helvetica, Arial, Sans-Serif;
font-size: 1.2em;

}

.store_links {
  padding-top: 11px;
  width:900px;
}

.screenshot_thumbs {
  padding-top: 420px;
  width:944px;
}

.screenshot {
  position: absolute;
  left: 50%;
  margin-left: -282px;
  top: 167px;
  width: 568px;
  height: 320px;
}

.thumbs {
  padding-left: 7px;
  padding-right: 7px;
  width: 200px;
  height: 113px;
}
.header_text {
  position: absolute;
  top: 70px;
  left: 50%;
  color: white;
  font-size: 1.5em;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: 800;
  letter-spacing: 1.3;
  margin-left: 20px;
}

 .description {
  margin-top: 20px;
  margin-left: 38px;
  margin-right: 38px;

  position: relative;
  color: white;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: .9em;
  font-weight: 100;

  text-align: left;
}


.content {
  z-index:4;
  clear: both;
  background-position: left center;
  background-repeat: no-repeat;
  height: 856px;
  width: 944px;
  margin-left: -472px;
  left: 50%;
  position: relative;
}

