<style type="text/css">
body 
{ 
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-image: url(../images/crumpled_paper_background.gif);
}

p
{
  text-indent: 20px; 
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 16pt;
  color: blue;
}
#header 
{
  margin: 20px;
  padding: 10px;
  height: 220px;
}
#left 
{
  position: absolute;
  left: 15px;
  top: 260px;
  width: 125px;
}
#center 
{
  top: 0;
  margin-left: 200px;
  margin-right: 210px;
  
}
#right {
  position: absolute;
  right: 15px;
  top: 260px;
  width: 190px;
}
</style>