html, body {
 width: 100%;
 height: 100%;
}
body, div {
    font-family: Verdana, Helvetica, Sans-Serif;
}
body {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
div#timeline {
 position: absolute;
 top: 0px;
 height: 40%;
 width: 100%;
 font-size: 11px;
}

div#mapcontainer {
 position: absolute;
 bottom: 0px;
 height: 60%;
 width: 100%;
}

div#map {
 width: 100%;
 height: 100%;
}

div.infotitle {
    font-size: 12px;
    padding: 10px 0px 15px 0px;
	font-weight:bold;
}
div.infodescription {
    font-size: 12px;
}
