#scrollWindowDiv 
	{
	position:relative;
width:340px;
height:291px;
text-align:right;
	left:10px; 
	top:10px; 
	clip:rect(0,340,291,0);
	z-index:1 
	}
#scrollContentDiv 
	{
	position:absolute;
	left:20px;
	top:0px;
	font-family:verdana,helvetica;
	width:330;
height:291px;
	line-height:18px;
	font-size:12px;
	z-index:0;
	}
