body 
{
    height: 100%;
    width: 100%;
    font-family: 'Droid Sans', sans-serif;
    text-align: center;
    font-size: 12px;
    margin: 0;
}

a:link {color:White;}
a:hover {color: DimGray ;}
a:visited {color:White ;}

html
{
    background-image: url(gotwebgl_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
}

#webgl_content {
    position: relative;
    width: 100vw;
    height: 640px;
    max-width: 1150px;
    min-width: 854px;
    margin-left: auto;
    margin-right: auto;
    background: url('WebGL_loading_background.png') no-repeat;

    border-style: solid;
    border-width: 12px 12px 12px 12px;
    -moz-border-image: url(WebGL_background_border.png) 17 14 17 17 stretch stretch;
    -webkit-border-image: url(WebGL_background_border.png) 17 14 17 17 stretch stretch;
    -o-border-image: url(WebGL_background_border.png) 17 14 17 17 stretch stretch;
    border-image: url(WebGL_background_border.png) 17 14 17 17 stretch stretch;
}

.webgl-content .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .logo {width: 440px; height: 281px; left: 530px; top: 120px; -webkit-transform: translate(0, 0); }
.webgl-content .progress {height: 24px; width: 242px; margin-top: 100px; margin-left: 175px;}
.webgl-content .progress .empty {background: url('WebGL_loading_meter.png') no-repeat right / cover; width: 100%; height: 100%;}
.webgl-content .progress .empty .full {background: url('WebGL_loading_meter_progressbar.png') no-repeat center; width: 0%; height: 100%; margin: 0 0 0 5px;}

.webgl-content .footer {margin-top: 4px; height: 36px; position: absolute; display: block;}
.webgl-content .fullscreen {height: 36px; display: inline-block; background: transparent center no-repeat;}
.webgl-content .footer .fullscreen {background-image: url('fullscreen.png'); width: 36px; float: right;}


.allContent .footer .footer {margin-top: 4px; height: 36px; position: absolute; display: block;}
.allContent .fullscreen {height: 36px; display: inline-block; background: transparent center no-repeat;}
.allContent .footer .fullscreen {background-image: url('fullscreen.png'); width: 36px; float: right;}

#allContent {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -4px;
    height: 100vh;
    width: 100%;
    min-width: 854px;
}

#header_contents
{
    height: 64px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    display: flex;
    align-items: center;
}

#logo_new
{
    height: 64px;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;

}

#copyright_container
{
    font-size: 10px;
    margin-top: 5px;
    color: #FFFFFF;
    text-align: center;
}

#bookmark {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -350px;
    font-family: 'PT Sans', sans-serif;
}

#bookmark_logo {
    height: 50px;
    width: 22px;
    background: url('bookmark_48x64.png') no-repeat center / contain;
    display: inline-block;
    vertical-align: middle;
}

#bookmark_text {
    font-family: "PT Sans";
    font-weight: normal;
    font-size: 15px;
    color: #FFE7B5;
    letter-spacing: 0.07em;
    vertical-align: middle;
}

#fullscreen_button
{
    background: url(btn_fullscreen.png) no-repeat;
    display: none;
    background-size: contain;
    width: 22px;
    border: none;
    height: 21px;
    color: white;
    margin-left: auto;
    margin-right: 30px;
    z-index: 1;
    font-weight: bold;
    font-family: sans-serif;
    cursor: pointer;
}

.unselectable {
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
