body, html {
    width:100%;
    height:100%;
    position:relative;
}

div#map {
    width:100%;
    height:100%;
}

div#infos {
    position:absolute;
    top:50px;
    left:20px;
    padding:10px 10px 0 10px;
    background-color: white;
}

div#infos p {
    margin-bottom:10px;
}