img.png { behavior: url(png.htc); }
html {
		overflow: hidden;
	}
	body {
		margin: 0px;
		padding: 0px;
		
		
		position: absolute;
		width: 100%;
		height: 100%;
		
	}
	
	#lampe {
		
		position:absolute; width : 200% ; height: 300%;
		float:left; z-index:110; 
	}
	#screen {
		position:absolute;
		left: 0;
		top: 0%;
		width: 100%;
		height: 100%;
		background: #000000;
		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: 26px;
		text-align: center;
	}
	.text {
		background: #111;
		border: #fff solid 1px;
		padding: 5px;
	}
