/* CSS Document */
body 
  {
  background: #bfe8fc; font-family: Arial, sans-serif;
  }
table.pageholder
  {
  table-layout: fixed; background: #ffffff;
  }
table.header
  {
  table-layout: fixed; background-image:url('img/header2-are_you_ready.jpg');
  }
table.body
  {
  table-layout: fixed;
  }
table.centre_body
  {
  table-layout: fixed; overflow: auto; font-size: x-small;
  }
table.quicklink
  {
  table-layout: fixed; ; font-size: xx-small;
  }
table.footer
  {
  table-layout: fixed; background-image:url('img/footer.jpg');
  }
#body_div 
  {
  width: 90%; margin: auto; padding: 10px; overflow: auto;
  }
</style>