/* index.html */
body {
    margin: 0;
    padding: 0;
}

#web_site_area {
    position: fixed;
    width: 100%;
    height: 100%;
    border: 0;
}
#app_area {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}