body {
	background-color: Black;
}

.scrollerText
		{
	color: #0000FF;
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
}

#divASContainer
		{
		position:relative; 
		width:800px;
		height:25px; 
		overflow:hidden; 
		clip:rect(0px,800px,25px,0px); 
		visibility:visible; 
		z-index:2;
		}

#contentLayer
		{
		position:absolute; 
		top:0px; 
		left:0px; 
		z-index:3;
		}




