/* about.css */

/*
div { border: 1pt solid black; }
*/

#top-block {

}

#information-box {
  position: absolute;
  left: 2%;
  top: 2%;
  border: 2px solid black;
  width: 70%;
}


#heading {
  background-color: #7cf;
  padding: 8px;
  border-bottom: 2px solid black;
  text-align: center;
}

#here {
  background-color: #8f8;
}

#about-text {
  background-color: #eee;
  padding: 10px;
}

#footer {
  /*
  position: absolute;
  bottom: 1%;
  width: 97%;
  */
  height: 24px;
  background-color: #a0a0a0;
}

#footer-text {
  padding: 3px;
}