#item2{
	width: 391px;			/* width      */	
	height: 111px;			/* height     */	
	left: 225px;			/* x location */	
	top: 204px;			/* y location */		
					/* border     */			
	position: absolute;
	clear: both;
	z-index: 2;
	white-space:nowrap;
}
#item3{
	width: 794px;			/* width      */	
	height: 49px;			/* height     */	
	left: 9px;			/* x location */	
	top: 8px;			/* y location */		
	background-repeat: no-repeat;
background-image: url('/img/553_3_Background.png');
				/* border     */			
	position: absolute;
	clear: both;
	z-index: 1;
	white-space:nowrap;
}

