#ILB {
	position:absolute;
	left:50%;
	top:50%;
}

#ILB_loading {
	color:#ccc;
	position:absolute;
	font-family:verdana;
	font-size:10px;
	left:-50px;
	top:-18px;
}

#ILB_background {
	background:#333;
	position:absolute;
	left:-50px;
	top:-5px;
	font-size:1px;
	width:100px;
	height:10px;
	overflow:hidden;
}

#ILB_bar {
	background: #ff0000;
	position:absolute;
	font-size:1px;
	width:0px;
	height:10px;
	overflow:hidden;
}

	html {
		overflow: hidden;		
	}
	body {
		margin: 0px;
		padding: 0px;
		background: #000;
		position: absolute;
		width: 100%;
		height: 100%;
		filter: alpha(opacity=100);		
	}
	#screen {
		position:absolute;
		left: 10%;
		top: 1%;
		width: 80%;
		height: 98%;
		background: #000;
		overflow: hidden;
		visibility: hidden;
		
	}
	.ref {
		position: absolute;
		width: 100%;
		height: 100%;
		cursor: default;
	
	}
	.prx {
		position: absolute;
		color: #FFF;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 14px;
		overflow: hidden;
			
	}
	.link {
		font-size: 16px;
		text-align: center;
	
	}
	.text {
		background: #111;
		border: #ff0000 solid 5px;
		padding: 5px;
	}