	<style type="text/css">

body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20;
  background-image:url("balloon.gif");
  font-family:arial;
  color:#FF0000;
  text-align:center;
}

#header {
  margin: 20px;
  padding: 10px;
  height: 100px;
  background-image:url("http://www.caffienequeen.com/backgrounds/purplescribble.gif");
  font-family:broadway;
  text-align:center;
}
#left {
  position: absolute;
  left: 25px;
  top: 160px;
  width: 200px;
  height:1500px;
  background-image:url("http://www.caffienequeen.com/backgrounds/purplescribble.gif");
  font-family:kristen itc;
  color:#FF0000;
  text-align:center;
 
}
#center {
  top: 0;
  margin-left: 230px;
  margin-right: 15px;
  height: 1500px;
  background-image:url("http://www.caffienequeen.com/backgrounds/purplescribble.gif");
  font-family:kristen itc;
  color:#FF0000;
  text-align:center;
 
}
#footer{
  margin: 20px;
  padding: 10px;
  height: 100px;
  position:relative;
  bottom:auto;
  clear:both;
  background-image:url("http://www.caffienequeen.com/backgrounds/purplescribble.gif");
  font-family:broadway;
  text-align:center;

}

a:link { color:BLUE; text-decoration: none }
a:active { color:PINK; text-decoration: none }
a:visited { color: LILAC; text-decoration: none }
a:hover { color: PINK; text-decoration: underline }
</style>
