body {
  background: black;
  color: white;
  font-family: verdana, sans-serif;
  font-size: 12px;
}

#struct {
  width: 80%;
  height: 100%;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

#header #left {
  text-align: left;
  width: 20%;
}

#header #left ul {
  list-style: none;
  font-size: 0.8em;
}

#header #center {
  text-align: center;
  width: 60%;
}

#header #right {
  text-align: right;
  width: 20%;
}

#content {
  text-align: center;
}

#contentleft, #contentright {
  width: 25%;
}


#footer {
  text-align: center;
}