body {
    font-family: Arial, sans-serif;
}

html, body, #mapdiv {
    width: 100%;
    height: 100%;
    margin: 0;
}

#titlediv {
    position: fixed;
    top: 10px;
    left: 60px;
    width: 300px;
    height: 65px;
    padding-left: 10px;
    z-index: 9999;
    background-color: white;
    text-align: center;
}
