body {
   font-family: monospace;
   font: arial;
}

div.banner {
   min-width: 100%;
   background-color: #008800;
   color: #000000;
   position: absolute;
   top: 0;
   left: 0;
   font-size: 150%;
}

div.chat {
   padding-top: 8em;
   font-size: 150%;
}

img.thumb {
   float: left; 
   height:100px; 
   width:160px; 
   margin-right: 1em;
}

