#item5{
	width: 749px;			/* width      */	
	height: 89px;			/* height     */	
	left: 33px;			/* x location */	
	top: 8px;			/* y location */		
	background: #8DC63F;
				/* border     */			
	position: absolute;
	clear: both;
	z-index: 2;
	white-space:nowrap;
}
#item1{
	width: 300px;         /* width      */				
	height: 324px;	      /* height	    */			
	left: 5px;	      /* x location */			
	top: 161px;	      /* y location */				
			      /* border	    */					
	position: absolute;
	clear: both;
	z-index: 3;
}
#item2{
	width: 458px;         /* width      */				
	height: 322px;	      /* height	    */			
	left: 311px;	      /* x location */			
	top: 107px;	      /* y location */				
			      /* border	    */					
	position: absolute;
	clear: both;
	z-index: 1;
}

