#bg { position:absolute; left:82%; top:250px; 
	z-index:1; width:140px; height:220px;
  background-color: #7B68EE; 
  /* these are for ns4's benefit
  NOTE: add 2*border width to clip right and bottom
  (border in @media because ns4 can't do it) */
	layer-background-color:#8B0000; clip:rect(0, 140px, 220px, 0);
  } 

@media all { /* for newer browsers */
	#bg { position:absolute; } /* ie4 can read after 1st */
	#bg { border:1px solid #338 }
	/* NOTE: margins at top, bottom sometimes throw off height calcs!!!
     Opera 7 chokes on margin-left */  
	#scrCont1 h3 { font-size:12px; margin:0 0 .5em 0 }  
	#scrCont1 p { font-size:11px; margin:.5em 0 0 0 }
	#scrCont1 ul { margin:.5em 0 0 0; padding:0 }
	#scrCont1 ul li { margin: .3em 0 0 1em; list-style-type:none }
}  
