* {
  margin: 0;
  padding: 0;
}
* html img, * html div, * html dd {
  behavior: url(iepngfix.htc);
}

body {
  background: #222 url(Images/img01.gif);
  font: normal 13px Century Gothic, Verdana, Trebuchet MS, sans-serif;
  color: #4E515B;
  width: 100%;
  text-align: center/*for IE5 win*/;
}
#lang ul {
  list-style: none;
  width: 860px; margin: auto;
  text-align: right;
}
#lang ul li {
  display: inline;
  
}
#page {
  width: 860px; height: 420px;
  margin: 0 auto;
  position: absolute; left: 50%; top: 50%;
  margin-left: -430px; margin-top: -210px;
  background: red;
  border: solid 10px #000;
}
#contents {
  background: #000 url(Images/header.jpg) no-repeat center 0px;
  height: 420px;
}
#counter {
  position: absolute; top: 0; right: 0;
  opacity: 0.1; filter:alpha(opacity=10);
}
#counter img { vertical-align: top; }
a {
  text-decoration: none;
  color: #CDCDE2;
}
a:hover {
  text-decoration: underline;
  color: #fff;
}
img { border: none;}

#logo {
  height: 220px;
  margin: 0 auto;
}

#logo h1 {
  margin: 0;
  padding: 30px 0 0 360px;
  letter-spacing: -5px;
  font-size: 72px;
  font-weight: normal;
}

#logo a {
  text-decoration: none;
  color: #000000;
}

#menu {
  width: 960px;
  height: 56px;
  margin: 0 auto;
}

#menu ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  height: 34px;
  padding: 13px 15px 0 15px;
  text-decoration: none;
  font-size: 16px;
  color: #eee;
}

#menu a:hover {
  border-bottom: solid 3px yellow;
}

#menu a img { vertical-align: middle; }

#footer {
  margin: 160px auto 0 auto;
}

#footer p {
  font-size: x-small;
  text-align: center;
}
