body,html { 
    font-family:Calibri, sans-serif; 
	background:#000; 
	font-size:26px; 
	color: #ddd;
	/*height:1000px; 
	line-height:18px; */
	z-index: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#center{
    width: 500px;
	height: 200px;
	margin: 200px auto;
	background:url(eye0.gif) no-repeat center bottom;
	position: relative;
	z-index: 9999;
}
#tlen{
   font-size:18px; 
   color: #111;
}
#mrak{
   font-size:18px; 
   color: #222;
   width: 490px;
   position: relative;
   display: none;
}
.eye{
    z-index: 9;
	position: fixed;
	/*border: 1px solid red;*/
}