@charset "utf-8";

body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #1e1e1e;
  background-image: url(../x-images/bkg_body.jpg);
  background-position: top center;
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
  text-align: center; /* center container in IE 5* */
  color: #ffffff;
  line-height: 18px;
}

p {
  margin-bottom: 20px;
}

.echobody #container {
  width: 727px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
  background: #000000;
  background-image: url(../x-images/bkg_container.jpg);
  background-position: top left;
  background-repeat: repeat-y;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  text-align: left; /* override text-align: center on body element. */
  border: 0px;
}

.echobody #header {
  height: 382px;
  background-image: url(../x-images/bkg_header.jpg);
  background-repeat: no-repeat;
}

.echobody #mainContent {
  padding: 0 45px 20px 45px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.echobody #mainContent a {
  color: #ffcc33;
  text-decoration: none;
}

.echobody #mainContent a:hover {
  color: #f6e4a6;
  text-decoration: underline;
}

.echobody #container-bottom {
  height: 10px;
  background-image: url(../x-images/bkg_footer.jpg);
  background-repeat: no-repeat;
  clear: both;
}

.echobody #footer {
  width: 727px;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  padding: 15px 0 20px 0;
  color: #c7c7c7;
  font-size: 11px;
  text-align: center;
}

.echobody #footer p {
  margin: 0;
}

.echobody #footer a {
  color: #ffcc33;
  text-decoration: none;
  font-weight: bold;
}

.echobody #footer a:hover {
  color: #f6e4a6;
  font-weight: bold;
}

.definition {
  font-family: Courier;
  color: #ffff99;
}

.clear { 
  clear: both;
}
