* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
}

html, body {
  background: #000;
  margin: 0;
  padding: 0;
  height: 100%;
}

#background {
  background: #FFF;
  position: fixed;
  left: 50%;
  width: 321px;
  margin-left: -42px;
  border-left: 8px solid #F90;
  border-right: 8px solid #F90;
  height: 100%;
}

#topoverlay {
  height: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -750px;
  margin-left: -34px;
  z-index: 90;
  width: 321px;
  background: #FFF;
}

#textoverlay {
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -102px;
  margin-left: -34px;
  z-index: 91;
  width: 321px;
  background: url(http://www.freekymage.be/images/textoverlay.png) bottom no-repeat;
}

#navigationoverlay {
  height: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -34px;
  z-index: 60;
  width: 321px;
  background: #FFF;
}

#content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 289px;
  padding: 0 16px;
  padding-bottom:10px;
  margin-top: -38px;
  margin-left: -34px;
  z-index: 75;
  visibility: hidden;
  font-size: 10px;
  text-align: justify;
  line-height: 1.5em;
  font-family: verdana, sans-serif;
  letter-spacing: 0.7pt;
  word-spacing: 1pt;
}

#content h2 {
  font-size: 14px;
}

#content p {
  font-weight: bold !important;
}

#content a {
  text-decoration:none;
  color: #940 !important;
  padding: 2px 4px;
}

#content a:hover {
  color: #FFF !important;
  background: #F90;
}

#content a.imagelink {
  padding: 0px;
}

#content a.imagelink:hover {
  background: #FFF;
}

#content img {
  padding: 3px;
  background: #F90;
  border: 1px solid #940;
  margin: 5px 0;
}

#content ul {
  margin: 0;
  padding: 0.5em 2em;
  list-style: square;
  color: #F90;
}

#content li {
  margin: 0;
  padding: 0;
}

#content li * {
  color: #000;
}

#headerImg {
  visibility: hidden;
  height: 148px;
  width: 590px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -500px;
  margin-left: -295px;
  z-index: 100;
}

#navigation {
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -202px;
  list-style: none;
  width: 96px;
  z-index: 50;
}

#navigation li {
  margin: 0;
  padding: 0;
  padding-left: 120px;
  border-left: 0;
}

#navigation a {
  display: block;
  padding: 8px;
  width: 96px;
  border-left: 8px solid #F90;
  font-size: 14px;
  text-decoration: none;
  color: #FFF;
  background: #000;
}

