html, body {
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
	border: none;
	font-family : "Courier New", "Courier mono", Courier, Verdana, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size: 11px;
	line-height: 13px;	
	color: rgb(80,80,80);
}


#screen {
	top: 0px;
	left: 0px;
	height: 480px;
	width: 550px;
	position: absolute;
	z-index: 0;
	margin: 0 auto;
}

#l_top {
	top: 60px;
	left: 60px;
	height: 311px;
	width: 430px;
	z-index: 1;
	position: absolute;
	overflow: hidden;
}

#l_bottom {
	top: 395px;
	left: 60px;
	height: 85px;
	width: 430px;
	z-index: 1;
	position: absolute;
	overflow:hidden;
	/*border: 1pt solid #0000ff;*/
}

.title {
	font-weight : bold;
	line-height: 25px;
}

