html {
	overflow: hidden;
}	
body {
	margin: 0px;
	padding: 0px;
	background: #6E0509;
	position: absolute;
	width: 100%;
	height: 100%;		
}
#screen {
	position:absolute;
	left: 10%;
	top: 1%;
	width: 80%;
	height: 98%;
	background: #6E0509;
	overflow: hidden;
	visibility: hidden;
}
.ref {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
}
.prx {
	position: absolute;
	color: #FFFFCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	overflow: visible;
}
.link {
	font-size: 16px;			
}
.text {
	background: #222;
	padding: 5px;
}