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



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


/* canvas layers */

#layer3 {
	width:				113%;
	height:				102%;
	
	background:			url(images/bg-wolken.png) 50% 0 repeat-x;
	background-position:center bottom;
}

#layer2 {
	width:				123%;
	height:				105%;
	
	background:			url(images/bg-wolken2.png) 50% 0 repeat-x;
	background-position:center bottom;
}
#layer1 {
	width:				103%;
	height:				100%;
	
	background:			url(images/bg.jpg) 50% 0 repeat-x;
	background-position:left bottom;
}

/** @end canvas **/
