 div#screen	{ 
	position:absolute; overflow:hidden;
	width:240px; height:100px; 
    z-index:100; 
	}
 div#hold { 
	position:relative; overflow:hidden;
	/*left:35px; top:55px; */
	width:240px; height:80px; 
    z-index:200; 
	}

 div#wn	{ 
	position:absolute; overflow:hidden;	
	left:0px; top:0px; 
	width:240px; height:100px; 
	clip:rect(0px, 240px, 100px, 0px); 
	z-index:100; 
	}
 div.content { 
	position:absolute; visibility:visible;
	left:0px; top:0px; 
	z-index:100; 
	font-family:verdana, sans-serif;
	font-size:12px;
	color:#000000;
	}
 .content { 
	font-family:verdana, sans-serif;
	font-size:12px;
	color:#fcfce3;
	}
 
 div#screen1	{ 
	position:absolute; overflow:hidden;
	width:270px; height:100px; 
    z-index:100; 
	}
div#hold1 { 
	position:relative; overflow:hidden;
	/*left:35px; top:55px; */
	width:250px; height:110px; 
    z-index:200; 
	}
div#wn1	{ 
	position:absolute; overflow:hidden;	
	left:0px; top:0px; 
	width:240px; height:100px; 
	clip:rect(0px, 240px, 100px, 0px); 
	z-index:100; 
	}