#item1{
	width: 320px;			/* width      */	
	height: 52px;			/* height     */	
	left: 431px;			/* x location */	
	top: 62px;			/* y location */		
					/* border     */			
	position: absolute;
	clear: both;
	z-index: 1;
	white-space:nowrap;
}
#item3{
	width: 568px;			/* width      */	
	height: 357px;			/* height     */	
	left: 287px;			/* x location */	
	top: 146px;			/* y location */		
					/* border     */			
	position: absolute;
	clear: both;
	z-index: 1;
	white-space:nowrap;
}
#item2{
	width: 356px;         /* width      */				
	height: 114px;	      /* height	    */			
	left: 19px;	      /* x location */			
	top: 17px;	      /* y location */				
			      /* border	    */					
	position: absolute;
	clear: both;
	z-index: 1;
}

