#item4{
	width: 802px;			/* width      */	
	height: 93px;			/* height     */	
	left: 4px;			/* x location */	
	top: 4px;			/* y location */		
	background: #8DC63F;
				/* border     */			
	position: absolute;
	clear: both;
	z-index: 2;
	white-space:nowrap;
}
#item1{
	width: 311px;         /* width      */				
	height: 308px;	      /* height	    */			
	left: 15px;	      /* x location */			
	top: 166px;	      /* y location */				
			      /* border	    */					
	position: absolute;
	clear: both;
	z-index: 3;
}
#item2{
	width: 456px;         /* width      */				
	height: 320px;	      /* height	    */			
	left: 333px;	      /* x location */			
	top: 123px;	      /* y location */				
			      /* border	    */					
	position: absolute;
	clear: both;
	z-index: 1;
}

