	#stat {
	position :Absolute;
	top : 0;
	left : 0;
	height : 95%;
	width : 100%;
	background-color:#efe3da;
	clip : rect(0,100%,90%,0);
	layer-background-color:#efe3da;
	z-index : 0;
	}
	
	#scroll {
	position : Absolute;
	z-index : 3;
	visibility: visible;
	top : 325;
	left : 350;
	}
	
	#main {
	position :Absolute;
	top : 55;
	left : 10;
	height :210;
	width :1800;
	clip : rect(0,1800,210,10);
	layer-background-color:#efe3da;
	visibility : visible;
	z-index : 2;
	}

	#duck {
	position : Absolute;
	z-index : 1;
	}