html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  font: 12px/160% Tahoma, Verdana;
}

#information {
  padding-top: 2px;
  background-color: #5b5b5b;
  color: #efefef;
}

#information a {
  color: #fff;
  text-decoration: none;
}

#content {
  float: left;
  padding-top: 55px;
  width: 100%;
  text-align: center;
  background: #fff url("images/bg-top.png") repeat-x 50% 0;
  
}

.content {
  margin: 0 auto;
  text-align: center;
  width: 940px;
}

h1, h2 {
  text-indent: -9999em;
}

h1 {
  margin: 0;
  padding: 0;
  height: 369px;
  width: 940px;
  background: transparent url("images/bg-logo.png") no-repeat 50% 0;
}

h2 {
  margin: 0;
  padding: 0;
  height: 225px;
  width: 940px;
  background: transparent url("images/bg-links-main.png") no-repeat 50% 0;
}