#map {
    position: absolute;
}

#text {
    position: absolute;
    top: 68%;
    left: 20%;
    border: 1px solid #000000;
    width: 60%;
    height: 30%;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#author {
    position: absolute;
    top: 10px;
    left: 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
}

#img {
    position: absolute;
    top: 10%;
    left: 519px;
    height: 45%;
    -moz-user-select: none;
    -webkit-user-select: none;
}