body {
  margin:9px 9px 9px;
  padding:0;
  color:#FFFF00;
  background:#000000;
  }

  a:link { text-decoration: none; color: #FFFF00}
  a:visited { text-decoration: none; color: #FFFF00}
  a:active { text-decoration: none; color: #FFFF00}
  a:hover { text-decoration: underline}

#lftBar {
  position:absolute;
  top:20px;
  left:0px;
  width:160px;
  height:600px;
  color:#FFFF00;
  padding: 160px 0px 0px 0px;
  background:#000000;
  background-image: url(./images/cafegavel2.jpg);
  background-repeat: no-repeat;}

#main {
  position:absolute;
  top:20px;
  left:160px;
  width:600px;
  color:#FFFF00;
  padding: 20px 20px 20px 20px; 
  background:#000000;}

#rgtBar {
  position:absolute;
  top:100px;
  left:800px;
  width:143px;
  color:#FFFF00;
  background:#000000;}
