<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

a:link {
 color:#666;
 text-decoration: none;
}
a:visited {
 color:#666;
 text-decoration: none;
}

a:hover {
 color:#999;
 text-decoration:underline;
}
a:active {
 color:#CCC;
 text-decoration:underline;
}

  body&gt;div.bg_info{
   position:fixed;
  }
    body&gt;div.links{
   position:fixed;
  }
  


 @font-face { 
  font-family:Futura_Book_BT; src:url(font/Futura_Book_BT.ttf);}
   @font-face { 
  font-family:Futura_Light-Normal; src:url(font/Futura_Light-Normal.ttf);
 }


.bg{
	
	background: url(img/enter.jpg) #FFF center center no-repeat;
	width:507px;
	height: 588px;
	margin: auto auto auto auto;
	
	
	}

.bg_info{
	
	background: url(img/boy.jpg) no-repeat right;
	height:700px;
	width:365px;
	position:absolute;
  	bottom:0;
 	 left:0;
	 z-index:1;

	
	}

.info_center{
	position:fixed;
	font-family:Futura_Light-Normal;
    font-size:70px;
	font-weight:100;
    color:#CCC;
	margin-top:40px;
	text-align:center;
	 z-index:4;
	 width:90%;
	 height:100%;

	}
.link_thin{
		font-family:Futura_Light-Normal;
		 font-size:24px;
}



p{
	font-family:Futura_Book_BT;
    font-size:24px;
}

.links{
	height:40px;
	width:80%;
	position:absolute;
  	bottom:30px;
	 z-index:10;
 	font-family:Futura_Light-Normal;
		 font-size:12px;
		 color:#999;
		 left: 240px;
		 background-color:#FFF
	
	}</pre></body></html>