/* Generated by KompoZer */
body {
  margin: 0 auto;
  text-align: center;
  background-color: #000000;
  font-size: 14px;
  font-family: monospace;
}
body div {
  text-align: left;
  font-family: monospace;
}
#main {
  width: 612px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
#menu {
  margin: 0;
  height: 35px;
  padding-right: 2px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#menu li {
  float: right;
  display: block;
  width: 90px;
  height: 35px;
}
#menu a {
  display: block;
  width: 90px;
  height: 35px;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
  padding-top: 5px;
  background-image: url(menu.png);
}
#menu a:link, #menu a:visited {
  color: #000000;
}
#menu a:hover, #menu a:active {
  color: #ffffff;
}
#main2 {
  border: 6px solid white;
  font-family: monospace;
  font-size: 12px;
  color: white;
}
#head {
  border-bottom: 6px solid white;
  width: 600px;
  height: 120px;
  background-color: black;
  background-image: url(img/head.png);
}
#head h1 {
  margin: 0px;
  text-align: center;
  padding-top: 50px;
  font-size: 28px;
  color: #444444;
  text-decoration: underline;
}
#content {
  padding: 5px;
  font-family: monospace;
}
#content a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}
#content a:hover {
  text-decoration: underline;
}
#foot {
  margin-top: 5px;
  text-align: center;
  font-size: 10px;
  color: #a5a5a5;
  font-family: monospace;
}
#foot a {
  color: #a5a5a5;
  text-decoration: none;
}
#foot a:hover {
  text-decoration: underline;
}
