body { padding: 0; margin: 0 ; background-color: black;}
#unity-container { position: absolute ;width: 100%; height: 100%;}
#unity-container.unity-desktop {width: 100%;left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile {width: 100%;left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-canvas { background: #231F20 ; width: 100%; height: 100%; }
#unity-bg { position: absolute;width: 100%; height: 100%; background: url('bg.png') no-repeat center ;background-size: cover; }
#unity-subbg { position: absolute ;width: 100%; height: 100%; background: url('ground.png')  no-repeat center ; background-size: cover; }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logopanel{transform: scale(0.65); margin-top: 25%;  width: 400px; height: 400px;   background: url('moon.png') no-repeat center; background-size: cover;}
#unity-logo {position: absolute ;left: 13%; top: 20%;  width: 300px; height: 166px; background: url('logo.gif') no-repeat center; background-size: cover; }
#unity-progress-bar-empty {position: absolute ;left: 17%; top: 60%; width: 141px; height: 18px; margin-top: 10px; margin-left: 60px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full {width: 0%; height: 18px; margin-top: 0px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-loading_text {position: absolute ;left: 33%; top: 70%;  width: 113px; height: 24px; background: url('loading.png') no-repeat center; background-size: cover; }

#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
