body {
  background-color: #E50454;
  margin: 0;
  padding: 0;
}

#container {
  margin: 0 auto;
  width: 800px;
  background: #E50454 url(../images/bg.jpg) no-repeat scroll top center;
  height: 544px;
  position: relative;
}

#textlinks {
  margin: 0 auto;
  width: 800px;
}

/* World link */
#world {
  position: absolute;
  left: 108px;
  top: 437px;
}

#world a {
  display: block;
  background-image: url(../images/countries/world.jpg);
  width: 91px;
  height: 82px;
}
#world a:hover {
  background-position: 0 82px;
}

/* Countries links */
#countries {
  position: absolute;
  top: 450px;
  left: 461px;
  width: 204px;
}

#countries ul {
  margin: 0;
  padding: 0;
}

#countries li {
  float: left;
}

#countries li, #countries li a {
  display: block;
  width: 68px;
  height: 94px;
  margin: 0;
  padding: 0;
}

#countries li a:hover {
  background-position: 0 94px;
}

#gb a {
  background-image: url(../images/countries/gb.jpg);
}

#us a {
  background-image: url(../images/countries/us.jpg);
}

#de a {
  background-image: url(../images/countries/de.jpg);
}

/* Text links */
#textlinks {
  color: #ffffff;
  font-size: 12px;
  padding: 2em;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
}

#textlinks a {
  color: #ffffff;
  text-decoration: none;
}
