h1 {
  margin-top: 4px;
  margin-bottom: 15px;
}

h2, p {
  color: #666666;
  margin: 0px;
  margin-bottom: 10px;
}


#canvas {
  position: relative;
  margin-right: -30px;
  width: 100%;
  height: 790px;
  overflow: visible;
}

#contentArea{
  position: absolute;
  margin-left: 50%;
  background-color: #ffffff;
  left: -450px;
  top: 120px;
  width: 750px;
  height: 515px;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #a8a8a8;
  background-image: url(../images/eulogy-and-the-netherlands-bg.jpg);
  background-repeat: repeat-x;
  background-position: bottom center;
  overflow: auto;
  line-height: 20px;
  z-index: 2;
}

#menuArea {
  position: absolute;
  margin-left: 50%;
  left: 300px;
  top: 120px;
  width: 150px;
  background-color: #ffffff;
  border-top: 1px solid #bababa;
  z-index: 2;
}

#wordBar {
  position: absolute;
  margin-left: 50%;
  left: -450px;
  top: 645px;
  width: 760px;
  height: 100px;
  background: none;
  z-index: 2;
}

#footerArea {
  position: absolute;
  margin-left: 50%;
  left: -250px;
  top: 763px;
  width: 500px;
  height: 27px;
  background: none;
  border-top: 1px solid #bababa;
  color: #888888;
  font-size: 10px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  z-index: 1;
}