* {margin: 0; padding: 0;}
body {
  background: #262626; color: #fff; letter-spacing: .1em;
  font: 12px/1.4 Benguiat, Palatino, Georgia, 'Times New Roman', serif;
}
#horizon {
  background-color: transparent; position: absolute; top: 60px; left: 20px;
}
#wrapper {
  position: relative; text-align: center; width: 568px; height: 420px;
  margin: 0px auto;
}
#main {
  position: relative; width: 528px; height: 420px; margin: 0 auto;
  background: #333;
}
img {border: 0;}
#title {margin-bottom: -3px; width: 528px; height: 420px;}
a {
  text-decoration: none; padding: 0 0 0 2px; color: #fff;
  border: 1px solid #262626;
}
html>body a {padding: 2px 1px 1px 2px;}
a:hover {border: 1px solid #aaa;}
.menu {text-align: center; font-size: 90%; padding: 7px 0; }
#lang {
  position: absolute; right: 8px; bottom: 6px; font-size: 90%;
  padding-bottom: 1px;
}

/* IE5 Mac hack \*/
#horizon {
  top: 30%; left: 0px; width: 100%; margin-top: -130px; text-align: center;
  min-width: 600px;
}
/* end IE 5 hack */
