<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {  overflow: hidden;  }
html, body { 

    width: 100%; height: 100%; margin: 0; padding: 0;
	background-color: #cccccc;
    font : 12px ë‹ì›€;
}

a:link, a:visited, a:active { text-decoration:none; color:#466C8A; }
a:hover { text-decoration:underline; }


#bestian_wrapper{  width: 100%; height: 100%; overflow-y:scroll; overflow-x:hidden;}

#bestian_content { 
    width: 100%; height: 100%; 	
	text-align: center;
	margin: 0 auto;	
	margin-left:8px;

    }
	

#bestian_content_page { 
    width: 980px;
	background-image:url(nia_images/layout_middle_bg0.jpg);
	text-align: center;
	margin:0 auto;
    padding-top:70px;
    }


#bestian_header { 
    overflow: hidden;
    position: absolute;
	z-index : 100;
    top: 0; 
    width:100%; 
	text-align: center;
    margin:0 auto;
    }

#bestian_footer { 
    overflow: hidden;
    position: absolute;
	z-index : 100;
    bottom: 0; 
    width:100%; 
	text-align: center;
    margin:0 auto;
    }



img {border:0px;} 

</pre></body></html>