@charset "iso-8859-1";


/* This is a comment */

#header 
{
  position: absolute;
  height:40px;
  left:0;
  top:0;
  width:101%;
  background-image: url(/top/masthead.jpg);
}


#center 
{
  position: absolute;
  top:40px;
  left:0;
  width:101%;
  background-image: url(/body/body_background.jpg);
}
