* {
  padding: 0; margin: 0; border: 0;
  background-color: black;
}
IMG {
  margin-top: 0px;
  margin-right: 0px;
}
TABLE {
  border-collapse: collapse;
}

BODY {
  text-align: center;
  margin: 0px 0px 0px 0px;
  background-color: black;
}

#page {
  text-align: left;
  width: 1024px;
  margin: 0px auto 0px auto;
}

#content {
  padding-left: 40px; padding-right: 40px;
  color: white;
  background: url(images/bg.gif) repeat-y;
}
#content H1 {
  text-align: center;
  margin-bottom: 10px; padding-top: 10px;
}

#content A,#content A:visited {
  color: white; text-decoration: underline;
}
#content A:hover {
  text-decoration: none;
}
#content UL {
  margin-left: 20px;
}

