/* remember to define focus styles! */
:focus {
	outline: 			0;
}
ol, ul {
	list-style: 		none;
}



/**	@group §2.2 canvas
*/
#canvas-container {
	z-index:1;
	height:100%;
	bottom:0px;
	padding-bottom:0;
	position:relativ;
}
#canvas {
	height:				auto;
	overflow:			hidden; 
	position:			absolute; 
	bottom:				0;
	left:				0;
	width:				100%;
}
#canvas-container,
#canvas {
	height:				100%;
}
#canvas {
	height:				100%;
}
#canvas div {
	position: 			absolute;
	bottom:				0;
}


/* canvas layers */

#layer3 {
	width:				120%;
	height:				102%;

}

#layer2 {
	width:				123%;
	height:				105%;
}
#layer1 {
	width:				115%;
	height:				101%;
	
}

/** @end canvas **/
