html,
body {
  height:100%;
  margin:0;
  padding:0;
  background:#FFFFFF;
  color:#000000;
  font-family:Helvetica, Arial, sans-serif;
  font-weight:normal;
  font-size:11px;
  line-height:13px;
}

#shim {
  visibility:hidden;
  float:left;
  width:100%;
  height:50%;
  margin:-330px 0 0;
}
#wrapper {
  clear:both;
  position:relative;
  margin:auto;
  width:990px;
  height:603px;
  background:url(../images/wrapper-bg.jpg) bottom no-repeat;
  border:1px #7d7d7d solid;
  border-bottom-width:39px;
}
#wrapper img {
  display:block;
  border:none;
}
#wrapper img.i20 {
  position:absolute;
  right:20px;
  top:20px;
}
#wrapper img.partner {
  position:absolute;
  left:20px;
  bottom:20px;
}
#wrapper h1 {
  position:absolute;
  left:17px;
  top:20px;
  margin:0;
  padding:0;
}

#countries {
  position:absolute;
  left:17px;
  top:70px;
}
#countries ul {
  float:left;
  margin:0 8px 0 0;
  padding:0;
  list-style:none;
}
#countries li {
  padding:10px 0 7px 10px;
  width:181px;
  height:27px;
  background:url(../images/country-bg.gif) top no-repeat;
}
* html #countries li {
  margin-bottom:-3px;
}
#countries li.active {
  background:url(../images/country-bg.gif) bottom no-repeat;
}
#countries li h2 {
  margin:0;
  padding:0;
}
#countries li li {
  float:left;
  padding:3px 0 0;
  margin:0 7px 0 0;
  width:auto;
  height:auto;
  background:none;
}
#countries li li.last-child {
  margin-right:0;
}
#countries li a {
  color:#000000;
}