*
{
  color: #333;
  font-family: "trebuchet ms", tahoma, helvetica, arial, verdana, sans-serif;
}

body, html, form, p, img, h1, h2, h3, h4, h5, h6, ul, ol
{
  margin: 0;
  padding: 0;
  border: 0;
}

body
{
  background: #6B6B6B;
  text-align: center;
}

code, code *
{
  font-family: monospace;
}

#container
{
  position: relative;
  width: 908px;
  margin: 0 auto;
  text-align: left;
  background: url("/res/container.jpg");
}

#header
{
  position: relative;
  height: 50px;
  z-index: 1;
}

#logo
{
  position: absolute;
  top: 4px;
  left: 20px;
}

#centerpic
{
  position: relative;
  background: url("/res/centerpic.jpg");
  height: 316px;
  font-size: 0.82em;
}

#centerpic a
{
  position: absolute;
  top: 32px;
  left: 4px;
  text-decoration: none;
}

#centerpic div
{
  position: absolute;
  cursor: pointer;
  bottom: 0;
  height: 2em;
  left: 0;
  width: 900px;
  background-color: #000;
  filter: alpha(opacity=40);
  opacity: 0.40;
}

#centerpic a:hover div
{
  filter: alpha(opacity=65);
  opacity: 0.65;
}

#centerpic p
{
  position: absolute;
  cursor: pointer;
  bottom: 0;
  height: 1.6em;
  right: 0.5em;
  float: right;
  text-align: right;
  font-weight: bold;
  color: #FFF;
}

#centerbar
{
  margin: 1em 32px 0.5em 32px;
  border-top: 1px dashed #DDD;
}

#footer
{
  clear: both;
  position: relative;
  background: url("/res/footer.jpg");
  height: 100px;
  text-align: center;
  font-size: 0.8em;
}

#footer span
{
  position: relative;
  top: 50px;
  color: #444;
}

#footer a
{
  color: #555;
  text-decoration: none;
  border-bottom: 1px dashed #777;
}

#footer a:hover
{
  color: #0B63B5;
  border-bottom: 1px solid #0B63B5;
}
