.webgl-content * {border: 0; margin: 0; padding: 0}
.webgl-content {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); cursor: url('Cursor.png'), default}

.webgl-content .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .logo {background: url('Title.png') no-repeat center / contain; width: 256px; height: 128px; margin-top: -20px;}
.webgl-content .progress {height: 18px; width: 142px; margin-top: 60px;}
.webgl-content .progress .empty {background: url('progressEmpty.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {background: url('progressFull.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

.webgl-content .footer {margin-top: 10px; height: 38px;} 
.webgl-content .footer .fullscreen {height: 100%; display: inline-block; background: transparent left no-repeat;}
.webgl-content .footer .fullscreen {background-image: url('Fullscreen.png'); width: 38px; float: right;}