#item3{
	width: 351px;			/* width      */	
	height: 87px;			/* height     */	
	left: 431px;			/* x location */	
	top: 200px;			/* y location */		
					/* border     */			
	position: absolute;
	clear: both;
	z-index: 2;
	white-space:nowrap;
}
#item5{
	width: 796px;			/* width      */	
	height: 66px;			/* height     */	
	left: 8px;			/* x location */	
	top: 8px;			/* y location */		
	background: #8DC63F;
				/* border     */			
	position: absolute;
	clear: both;
	z-index: 3;
	white-space:nowrap;
}
#item1{
	width: 324px;         /* width      */				
	height: 328px;	      /* height	    */			
	left: 95px;	      /* x location */			
	top: 84px;	      /* y location */				
			      /* border	    */					
	position: absolute;
	clear: both;
	z-index: 1;
}

