body {
  background: #291529 url('../imgs/bg_main.jpg') center top no-repeat;
  color: #fff;
  font-family: garamond, georgia, times, serif;
  height: 100%;
  margin: 0;
  padding: 0;
}

a img { border: 0; }

#wrapper {
  margin-bottom: 25px;
}

#content, #footer {
  width: 876px;
  margin: 0 auto;
  text-align: center;
}
#content {
  background: transparent url('../imgs/bg_column.jpg') center 705px no-repeat;
  padding: 10px 23px 20px;
}
#footer {
  background: transparent url('../imgs/content_bottom.png') center top no-repeat;
  padding: 20px 0 0;
}

#content p {
  margin-bottom: 0;
}

#ludoko_link {
  position: absolute;
  margin: -7px 0 0 26px;
}
#home_link {
  position: absolute;
  margin: -5px 0 0 678px;
}

#top {
  background: transparent url('../imgs/top_logo.png') right top no-repeat;
  height: 230px;
  padding-top: 51px;
}
#nav {
  background: transparent url('../imgs/top_nav.png') left top no-repeat;
  height: 230px;
}
#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 92px 0 0 44px;
}
#nav ul li {
  float: left;
  padding-left: 144px;
}
#nav ul li:first-child {
  padding: 0;
}

#continue {
  position: absolute;
  margin: -50px 0 0 535px;
}

#game {
  background: transparent url('../imgs/game.png') center top no-repeat;
  height: 516px;
  padding: 37px 0 0 3px;
}

#timeline {
  background: transparent url('../imgs/timeline.png') center top no-repeat;
  height: 100px;
  margin-top: 40px;
  padding: 60px 0 0;
}
#timeline ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: 650px;
}
#timeline ul li {
  float: left;
  padding: 0 15px;
  border-left: 1px solid #fff;
}
#timeline ul li:first-child {
  border-left: 0;
}

#history_1 {
  height: 1043px;
}
#history_1 img {
  float: left;
}

#copyright {
  margin-top: 45px;
}