body {
  background: #000000;
  background-attachment: scroll;
  background-image: url('/images/xiledradio_background.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: courier new, courier, monospace;
  font-size: 75%;
}

body.nobg {
  background: #000000;
  color: #ffffff;
  font-family: courier new, courier, monospace;
  font-size: 75%;
}

#sitebody h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-family: courier new, courier, monospace;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/* page header */
#sitebody h1 {
  color: #8393b9;
  font-size: 230%;
  font-weight: bold;
}

/* section header */
#sitebody h2 {
  color: #ffffff;
  font-size: 140%;
  font-weight: bold;
}

/* column header */
#sitebody h3 {
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
}

#footer {
  clear: both;
  color: #ffffff;
  font-size: 80%;
  padding-bottom: 10px;
  padding-top: 20px;
  text-align: center;
  width: 735px;
}
