@import url( 'minimum.css' );
html {
  background-color: #000;
  background-image: url( 'bg.gif' );
  background-repeat: repeat-x;
}
body {
  margin: 0 auto;
  width: 920px;
  color: #888;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #f00;
}
a span {
  color: #f00;
  text-decoration: none;
}
a:hover span {
  color: #fff;
}
#header {
  height: 203px;
}
#header h1 {
  padding-top: 40px;
  font-size: 5em;
  text-align: center;
}
#header h2 {
  padding-top: 5px;
  color: #fff;
  font-size: 2em;
  text-align: center;
}
#main {
  padding: 30px 0;
}
table {
  margin: 0 auto;
  border-collapse: collapse;
}
th, td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #800;
}
th {
  color: #fd5;
  font-weight: bold;
  text-align: center;
  background-color: #400;
}
.c1 {
  width: 149px;
  color: #fd5;
  text-align: right;
}
.c2 {
  width: 279px;
  color: #fff;
}
p {
  text-align: center;
}
#footer p {
  font-size: 11px;
  font-weight: bold;
}
#footer p a span {
  color: #c00;
}
#footer p a:hover span {
  color: #fff;
}