html { overflow:hidden; height:100%; } 
body {  margin:0;  color: #FFFFFF; 
 font-family: Verdana,Arial,Helvetica,sans-serif ;
 height:100%;
 background: #3C392D url('bg.jpeg') no-repeat scroll top right;
 font-size: 13px;
 overflow: hidden;
}


  #map { width:100%; height: 100%; margin: auto;}

  #headline h5 {
      margin: 7px;
  }

  #headline {
      margin-left: 10px;
      font-weight: bold;
      font-size: 14px;
  }
  #title {
      margin-left: 40px;
      font-weight: bold;
        font-size: 16px;
        margin: 10px 10px 10px 10px;
  }
  #summary {
     margin-bottom: 7px;
     margin-right: 7px;
     margin-left: 7px;
     text-align: justify;
     font-size: 12px;
  }
  #link-page {
      position: relative;
      bottom: 1.5em;
      text-align: right;
      height: 0px;
      margin-right: 4px;
  }
  a {
      color: #FFCC00;
      text-decoration: none;
  }
  a:hover {
      text-decoration: underline;
  }
  #maplink {
     text-decoration: underline;
  }