div#hold	{ 
	position:relative; overflow:hidden;
	width:444px; height:265px; 
  z-index:0; 
	}
div#wn	{ 
	position:absolute; 
	left:2px; top:0px; 
	width:442px; height:265px; 
	clip:rect(0px, 444px, 265px, 0px); 
	overflow:hidden;	
	z-index:0; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:0;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D8D7CF;
	text-align: justify;
	}
div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:270px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:10px;
  width:11px; height:250px;
  background: url("/js/track.gif") #336 repeat;
  z-index:1;
  }
