/*place the info boxes that appear when the corresponding link is rolled over*/	
	#design_info{
		z-index:98;
		position:absolute;
		left: 398px; 
		top: 150px;
		width:200;
		height:400;
	}
/*place the large rollover images on the left of the screen*/
	#design_img{
		z-index:98;
		position:absolute;
		left: 98px; 
		top: 150px;
		width:280;
		height:400;
	}
	
	
	