.infobox
    {
    position: absolute;
    top: 900px;
    left: 0px;
    width: 1000px;
    }
.infobox h1
    {
    color: #DEE7C6;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
  margin:0px;
    background-color: #739E10;
    margin:0px;
    }
.infotext 
    {
    color: #000000;
    padding: 10px;
    height: 75px;
    overflow: auto;
    font-size: 12px;
    font-family: arial;
    text-align: justify;
    background-color: #F7F3F7;
    }
.infotext strong
    {
    font-weight: normal;
    }
