/* 
   Epiphy loves you.
   Namaste.

--------------------------------------------------------------------------------*/

html, body { width: 100%; height: 100%; }
  
    body {
	  margin: 0; padding: 0;
	  background-color: #333;
	  background-repeat: no-repeat;
	  background-position: center center;
    }
    



#content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	
	width: 100%;
	height: 100%;
}

    
    
    
    
    
 h1 {
   position: absolute;
   top: 10px;
   left: 10px;
   
   width: 407px;
   height: 137px;
 
 }
 
 h1 a {
   width: 407px;
   height: 137px;
   
   background-image: url(../images/logo-white.png);
   background-repeat: no-repeat;
   background-position: left top;
   
   display: block;
 }
 
 h1 a span {
   display: none;
 }
 


 h2 {
   position: absolute;
   top: 160px;
   left: 38px;
   
   width: 387px;
   height: 40px;
   
   background-image: url(../images/15years-quote.png);
   background-repeat: no-repeat;
   background-position: left top;
   
   display: block;
 }
 
 h2 span {
   display: none;
 }
 
 
 
    
    
	h3, .tel, .adr, .validate, #youtube, #amazon-wishlist, #curriculum { display: none; } /* nananina */

  
  #main-nav {
      position: absolute; bottom: 0; left: 0;
	  
	  width: 100%;
	  
	  margin: 0 0 3em 0; 
	  padding: 6px 0 4px;
	  border: 0;
	  
	  background-image: url(../images/ul_background.png);

	  text-align: center;
  }

	ul#enlaces {
      width: 680px;
      margin: 0 auto;
      list-style-type: none;
	}
	
	
	ul#enlaces li {
	  margin: 0 2em 0 0; 
	  padding: 0; 
	  border: 0;
	  
	  display: block;
	  float: left;
	}
	
	ul#enlaces li a {
	  color: #ffffdb;
	  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif; font-size: 1em; text-decoration: none; 
	  font-weight: bold;
	}
	
	ul#enlaces li a:hover {
	  color: #ff0;
	}
	
	
	
	ul#enlaces li a.facebook {
	  width: 63px;
	  height: 63px;
      
      margin: -20px 0 -20px 0;
      
	  background-image: url(../images/icon-facebook.png);
	  background-repeat: no-repeat;
	  background-position: left top;
	  
	  display: block;
	}
	
	
	ul#enlaces li a.twitter {
	  width: 63px;
	  height: 63px;
      
      margin: -20px 0 -20px 0;
      
	  background-image: url(../images/icon-twitter.png);
	  background-repeat: no-repeat;
	  background-position: left top;
	  
	  display: block;
	}
	
	
	ul#enlaces li a span {
	  display: none;
	}
	
	ul#enlaces li.selected a {
	  color: #ff0;
	}
	
	
	
/* Page Background / Foton
--------------------------------------------------------------------------------*/

#page_background {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	
	width: 100%;
	height: 100%;
	
	background-color: #000;
	background-position: left top;
	background-repeat: no-repeat; 
}

#elFoton {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	
	background-position: left center;
	background-repeat: no-repeat;
	
	display: block;
}