  * {
  font-family:verdana;
  font-size:16px;
  }

  body {
  background-color:#572500;
  }
  
  #topleft {
  background-image:url(Brown/ol.jpg);
  background-repeat:no-repeat;
  height:50px;
  width:50px;
  }
  
  #topright {
  background-image:url(Brown/or.jpg);
  background-repeat:no-repeat;
  height:50px;
  width:50px;
  }
  
  #bottomleft {
  background-image:url(Brown/ul.jpg);
  background-repeat:no-repeat;
  height:50px;
  width:50px;
  }
    
  #bottomright {
  background-image:url(Brown/ur.jpg);
  background-repeat:no-repeat;
  height:50px;
  width:50px;
  }

  #text {
  background-color:#d5b29e;
  width:500px;
  }

  #toprand {
  background-image:url(Brown/ro.jpg);
  background-repeat:repeat-x;
  height:50px;
  width:500px;
  }

  #bottomrand {
  background-image:url(Brown/ru.jpg);
  background-repeat:repeat-x;
  height:50px;
  width:500px;
  }

  #rightrand {
  background-image:url(Brown/rr.jpg);
  background-repeat:repeat-y;
  }

  #leftrand {
  background-image:url(Brown/rl.jpg);
  background-repeat:repeat-y;
  }
