/*
 * thebigview.com 
 * CSS stylesheet for "Space Time" section
 * (c) 2006 Thomas Knierim
 */

/* IE 6 fix: IE 6 doesn't use auto root element */

html, body {
  height: 100%;
  overflow: auto;
  background-image: url("backgrd.gif"/*tpa=http://www.thebigview.com/spacetime/backgrd.gif*/);
  background-repeat: repeat-y;
}

div#leftbar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 100%;
}

/* IE 6 fix: IE 6 doesn't support fixed positioning, 
 * but it doesn't recognise the > selector either ;-) */
 
body > div#leftbar { position: fixed; }

#navigator { 
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 100%;
}

div#bodytext { 
  position: absolute;
  top: 16px;
  left: 220px;
  width: 60%;
  padding-bottom: 30px;
}


