html, body { margin: 0; border: 0; padding: 0; height: 100%; text-align: center }
body  { background-image: url('i/body-bg.gif'); font-family: Verdana }
img { border: 0 }

* html #main { height: 100% }
#main {
  width: 728px;
  margin: 0 auto;
  min-height: 100%;
  text-align: left;
  background-image: url('i/main-bg.gif');
}

#top { height: 272px }
#content-bg {
  background-image: url('i/content-bg.gif');
  background-repeat: repeat-y;
}
#content {
  font-size: 12px;
  text-align: justify;
  background-image: url('i/content-right.gif') no-repeat top right;
  padding: 0 55px 0 50px;
  margin-right: 6px;
}
#header {
  height: 30px;
  position: relative;
  margin-left: -52px;
  background-position: 0 8px;
  background-repeat: repeat-x;
  background-image: url('i/header-bg-new.gif');
}
#header h2 {
  right: 1px;
  position: absolute;
  margin: 0 -1px 0 0; padding: 0 0 0 7px;
  font-family: 'Lucida Sans Unicode';
  font-size: 19px;
  color: white;
}
#header h2#shadow {
  top: 2px; right: 0;
  color: rgb(103,98,83);
  background-color: rgb(172,164,139) }
#footer {
  position: relative;
  margin: 0 0 15px -3px;
  width: 725px; height: 54px;
  background-image: url('i/footer-bg.gif');
}
#footer p {
  margin: 0;
  color: white;
  font-size: 10px;
  font-family: Arial;
  padding: 31px 0 0 11px;
}
#footer a {
  color: white;
  text-decoration: none;
  border-bottom: 1px dashed;
}
#footer a:hover {
  border-bottom-style: solid;
}
#footer div#flags {
  position: absolute;
  right: 7px;
  top: 21px;
}
#footer div#flags a {
  border: 0;
  text-decoration: none;
}
