
#scene {
	margin: 0;
	padding: 0;
	
	text-align: left;
	
	
   /* overflow: hidden;*/
}
.layer {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
.layer div {
	position: absolute;
	display: block;
	opacity: 0.9;
}

/* depth 0 is the nearest */
div.depth-0 {
	top: 49%;
	left: 48%;
	font-size: 1em;
}

.depth-1 {
	
   	text-shadow: 0 0 0px rgba(200,200,200,0.5);
}
.depth-1.flake1 {
	left: 10%;
	bottom: 85%;
}
.depth-1.flake2 {
	left: 20%;
	top: 30%;
}
.depth-1.flake3 { 
	bottom: 30%;
	right: 25%;
}
.depth-1.flake4 {
	right: 40%;
	top: 25%;
}

.depth-2 {
	font-size: 2em;
   	text-shadow: 0 0 0px rgba(200,200,200,0.5);
}
.depth-2.flake1 { 
	right: 40%;
	top: 40%;
}
.depth-2.flake2 { 
	top: 60%;
	left: 10%;
}

.depth-3 {
	font-size: 2.5em;
   	text-shadow: 0 0 1px rgba(200,200,200,0.5);
}
.depth-3.flake1 {
	
	left: 30%;
	top: 65%;
}
.depth-3.flake2 {
	right: 25%;
	bottom: 65%;
}
.depth-3.flake3 {
	left: 40%;
	bottom: 75%;
}
.depth-3.flake4 {
	left: 10%;
	bottom: 85%;
}

.depth-4 {
	left: 3%;
	top: 10%;
	font-size: 4em;
   	text-shadow: 0 0 3px rgba(200,200,200,0.5);
 }

.depth-5 {
	right: 10%;
	top: 15%;
	font-size: 6em;
	text-shadow: 0 0 10px rgba(256,256,256,0.9);
}