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;}

.fb-like
{
    height: 20px;
    display: table-cell;
    position: relative;
    bottom: -5px;
}

#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%;
}

#logo_new
{
    height: 64px;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;

}

#copyright_container
{
    font-size: 10px;
    margin-top: 5px;
    color: #FFFFFF;
    text-align: center;
}

#fb_like_panel
{
    float: right;
    position: relative;
    text-align: left;
    height: 80px;
    width: 52px;
    z-index: 1;
    margin-right: 11px;
}

#fullscreen_button
{
    background: url(btn_fullscreen.png) no-repeat;
    background-size: auto;
    background-size: contain;
    width: 22px;
    border: none;
    height: 21px;
    color: white;
    float: left;
    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 */
}
