#item3{
	width: 200px;			/* width      */	
	height: 317px;			/* height     */	
	left: 22px;			/* x location */	
	top: 280px;			/* y location */		
					/* border     */			
	position: absolute;
	clear: both;
	z-index: 4;
	white-space:nowrap;
}
#item4{
	width: 797px;			/* width      */	
	height: 77px;			/* height     */	
	left: 6px;			/* x location */	
	top: 8px;			/* y location */		
	background: #8DC63F;
				/* border     */			
	position: absolute;
	clear: both;
	z-index: 3;
	white-space:nowrap;
}
#item1{
	width: 252px;         /* width      */				
	height: 180px;	      /* height	    */			
	left: 0px;	      /* x location */			
	top: 89px;	      /* y location */				
			      /* border	    */					
	position: absolute;
	clear: both;
	z-index: 2;
}
#item2{
	width: 459px;         /* width      */				
	height: 368px;	      /* height	    */			
	left: 221px;	      /* x location */			
	top: 91px;	      /* y location */				
			      /* border	    */					
	position: absolute;
	clear: both;
	z-index: 1;
}

