@charset "utf-8";
/* CSS Document */

html,body{
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #000;
	position: fixed;
	top:0;
	left:0;
}
.hideAll{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 100;
	display: block;
	background-color: #000;
	
}
.fullFrame{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
}
.testButtons{
	position: absolute;
	top:0;
	left:10px;
	z-index: 1000;
	display: block;
}

#scene1{
	z-index: 101;
	opacity: 1;
}