body { 
	background-image: url('webgl-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}
#studiopix-logo-center {
    width: 141px;
    height: 130px;
    background: url(studiopix-small-inverted.png) no-repeat center;
    background-size: contain;
}
#studiopix-logo a, #studiopix-logo a img {
	text-decoration: none;
	outline: none;
}
#studiopix-logo a img {
	float: left;
	width: 128px;
    opacity: 0.8;
}
#fullscreen-button {
    float: right;
    width: 176px;
    background: url('bt_fullscreen.png') no-repeat center;
    height: 29px;
    background-size: contain;
    background-position: right;
    cursor: pointer;
}
#unity-loading-bar {
    color: #efeeee;
    font-family: Trebuchet, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
#unity-canvas {
    /*margin-bottom: 3em;*/
    background: transparent !important;
}
#unity-footer {
    position: relative;
    display: none;
    /*top: -2.5em;*/
}