#item6{
	width: 760px;			/* width      */	
	height: 90px;			/* height     */	
	left: 32px;			/* x location */	
	top: 4px;			/* y location */		
	background: #8DC63F;
				/* border     */			
	position: absolute;
	clear: both;
	z-index: 2;
	white-space:nowrap;
}
#item1{
	width: 297px;         /* width      */				
	height: 329px;	      /* height	    */			
	left: 4px;	      /* x location */			
	top: 160px;	      /* y location */				
			      /* border	    */					
	position: absolute;
	clear: both;
	z-index: 3;
}
#item2{
	width: 454px;         /* width      */				
	height: 370px;	      /* height	    */			
	left: 305px;	      /* x location */			
	top: 100px;	      /* y location */				
			      /* border	    */					
	position: absolute;
	clear: both;
	z-index: 1;
}

