
 body{
      background: rgb(0,0,0);
      font: 12px/14px helvetica, geneva, arial, sans-serif;
      color: white;
     }       

 .infobox {
            position: absolute;
            top: 20px;
            left: 25px;
            height: 60px;
            width: 450px;
            margin: 0;
            padding: 5;
            background-color: rgb(220,220,220);
            font: 12px/14px helvetica, geneva, arial, sans-serif;
            font-weight: bold;
            color: black;
            border: 2px solid white;
            z-index: +2;
           } 

 .content {
            position: absolute;
            top: 90px;
            left: 25px;
            margin: 0;
            font: 12px/14px helvetica, geneva, arial, sans-serif;
            font-weight: bold;
            color: white;
            border: 0px solid black;
            z-index: +1;
          }

 .pic {
            position: relative;
            height: 150px;
            margin: 5;
            padding: 1;
            border: 1px solid white;
            z-index: +1;
          }
