#all {
	background:#f9f9f9 url("../../main/images/backgrounds/cubes.jpg") repeat top left;
}
#controls {
	width: 300px;
	height:800px;
	background-color: #fff;
	float: left;
	padding:30px 10px 10px 10px;
	margin:10px;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .6);
	box-shadow: 0 0 15px rgba(0, 0, 0, .6);
}
#container {
	width: 100%;
	height: 100%;
	
	margin: auto;
}
#stage {
	width: 900px;
	height: 500px;
	background-color: #000;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .6);
	box-shadow: 0 0 15px rgba(0, 0, 0, .6);
	visibility: hidden;
	position: absolute;
}
#overlay {
	width: 100%;
	z-index: 10;
	font-size: 20px;
	position:absolute;
	top:50%;
	height:50px;
	margin-top:-25px;
	font-weight: bold;
	text-align:center;
}




#overlay h1 {
	color:#666;
}
#loadSample {
	cursor: pointer;
}

