/*
 * thebigview.com 
 * CSS stylesheet for "Tao Te Ching" section
 * (c) 2006 Thomas Knierim
 */

html, body {
  height: 100%;
  overflow: auto;
  background-image: url(bkg.gif);
  background-repeat: repeat-y;
}

div#illustration {
  position: absolute;
  top: 72px;
  left: 0px;
  width: 354px;
  height: 400px;
  text-align: center;
}

#navigator { 
  position: absolute;
  top: 20px;
  left: 394px;
  width: 50%;
  height: 40px;
}

div#bodytext { 
  position: absolute;
  top: 72px;
  left: 394px;
  width: 50%;
  padding-bottom: 30px;
}

