* {
  font-family: sans-serif, verdana, helvetica, tahoma;
  font-size: 12px;
  color: white;
}
body {
  background-color: black;
  text-align: center;
}

div {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
}

a, a:hover, a:visited {
  color: #7777ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  height: 1px;
  border-bottom: 0px;
  color: white;
}

span {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}

#page-menu div.menu_marker {
  height: 24px; 
  z-index: 10; 
  position:absolute; 
  border-bottom: 1px solid white; 
  visibility: hidden;
}

#page-container {
  width:970px;
  margin-top:5px;
  margin-left:auto;
  margin-right:auto;
  text-align: left;
  position: relative;
}

#page-top {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  height: 76px;
}

#page-menu {
  background: black url('/graf/menu-bg.jpg') repeat-x;
  height: 27px;
  width: 100%;
  text-align: center;
  position: relative;
}

#page-menu table {
  margin: 0;
  padding: 0;  
  margin: auto;
}

#page-content {
  width: 100%;
  height: 398px;
  position: relative;
}

#page-footer {
  padding-top: 7px;
  color: white;
  text-align: center;
  font-size: 12px;
}

#page-footer p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}