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



html, body {
  height: 100%;
  overflow: auto;
}

#theme_image { 
  position: absolute;
  top: 0px;
  left: 4px;
}

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

#navigator { 
  position: absolute;
  top: 350px;
  left: 24px;
  width: 240px;
  height: 220px;
}

body > #navigator { position: fixed; }

#header_image { 
  position: absolute;
  top: 34px;
  left: 288px;
}

#bodytext { 
  position: absolute;
  top: 88px;
  left: 288px;
  width: 50%;
}

