#screen {
	visibility:visible; 
	opacity:0.0; 
	filter:alpha(opacity=0);
}
#imagearea {
	position:absolute;
	left:0px;
	top:0px;
	width:560px;
	height:303px;
	padding:0px;
	overflow:hidden;
}
#textframe {
	position:absolute;
	left:560px;
	top:0px;
	width:279px;
	height:303px;
}

<!--
body{
	background-color:#FDFDF8;
}
-->