@charset "utf-8";

body {
  background-color: #000;
}

body,
td,
th {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
}

#pageHolder {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  height: 700px;
  z-index: 1;
  background-color: #000;
}

#Header {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  height: 100px;
  z-index: 1;
  background-color: #000;
  color: #fff;
  font-size: 36px;
  font-family: Verdana, Geneva, sans-serif;
}

#NavBar {
  position: absolute;
  left: 0;
  top: 100px;
  width: 1000px;
  height: 50px;
  z-index: 3;
  background-color: #000;
}

#Body {
  position: absolute;
  left: 0;
  top: 150px;
  width: 1000px;
  height: 500px;
  z-index: 2;
  background-color: #fff;
  background-image: url(dw12lessons/images/header_bg.gif);
}

#Footer {
  position: absolute;
  left: 0;
  top: 650px;
  width: 1000px;
  height: 50px;
  z-index: 4;
  background-color: #000;
  color: #fff;
  text-align: left;
}
