/* reset */



hr {
    display: block;
    margin: 0;
    padding: 0;
    height: 0;
    border: none;
}

pre {
    overflow: auto;
}


ul {
    list-style-type: none;
}
a {
    font-weight: inherit;
}




/* typography */


body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
overflow: hidden;
height: 100%;
margin: 0;
width: 100%;
background-repeat: no-repeat;

}


#shade {
	
   width: 1px;
   height: 1px;
   position: absolute;
   left: -550px;
   top: 0;
  
overflow: hidden;
	   background: #000;

}


#loaderdiv {
		      -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
   width: 15px;
   height: 15px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: 5px;
   margin-top: -19px;

	   background: #fff;
	   border: 3px solid #fff;
}


#loader{
		       -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
   width: 3px;
   height: 3px;
   position: absolute;
   left: 50%;
   top: 50%; 
     margin-left: -1.5px;
   margin-top: -1.5px;
   

	background: #fff;
	 	-moz-box-shadow: 0 0 8px 8px #fff;
-webkit-box-shadow: 0 0 8px 8px#fff;
box-shadow: 0 0 8px 8px #fff;

	}

.master{
	position: absolute;

	padding: 0;
	padding-top:0;
    top: 0;
    margin-top:0;
	}
img { -ms-interpolation-mode: bicubic; 
image-rendering:optimizeQuality;
}

#eight { 
   width: 1050px;
   height: 100%;
   position: absolute;

   left: 150%;
   padding-top:0;
   top: 0;
   margin-left: -550px;
   margin-top: 0;
   
 }
 
 #about { 
   width: 1050px;
   height: 100%;
   position: absolute;
   text-align:left;
   left: 150%;
   top: 50%;
   margin-top: 0;
   
 }



   

#nav-list-example {  width: 1050px; height:100%; top:0; margin-top: 0; left:0;}  
#nav-list-example li { width: 1050px; height:100%; float: center; margin-right: 0;  position: relative; margin-top: 0}  
#nav-list-example li div { width: 1050px;  height:100%; overflow: hidden;    position: absolute; top:0; left:0; }
#nav-list-example li div.back { width: 1050px;    height:100%;   left: -999em;} 


a img {
    margin: 0px;
}




