 /* Reset
      -------------------------------------------------------------*/
      body,div,dl,dt,dd,pre,form,fieldset,input,textarea,p,th,td {margin:0;padding:0;}
      /* General
      -------------------------------------------------------------*/
      body { 
      background: #fafafa;
	  
      font-family: Roboto Condensed, Arial, sans-serif;
      font-size: 22px;
      text-align: justify;
      color: #090808;
      line-height: 140%; 
      }
	  
      a:link, a:active, a:visited {
      color: #80bca3; 
      text-decoration: none;
      }
      
	  a:hover {
      color: #c8d7b8; 
      text-decoration: none;
      }
      
	  b, strong {
      }
      
	  p {
      margin: 8px 0px;
      }
	  
      /* Homepage
      -------------------------------------------------------------*/
      #homewrap {
      position: fixed; 
      width: 100%; 
      height: 100%;
      top: 0; 
      left: 0;
      background: #FAFAFA;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      }
	  
      #homepage {
      position: fixed;
      top: 50%;
      left: 50%;
      width: 600px;
      height: 300px;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      }
	  
      .main {
      font-family: 'Roboto Condensed', Arial, sans-serif;
      font-size: 54px; 
      font-weight: 700;
      text-align: center; 
      text-transform: uppercase; 
      color: #000000;
      line-height: 100%;
      }
      
	  .navlinks {
      margin: 10px;
      text-align: center;
      }
      
	  .navlinks a {
      padding: 8px 10px; 
      font-family: 'Roboto Condensed', Arial, sans-serif;
      text-transform: uppercase; 
      font-weight: 700;
      margin: 5px;
      color: #1b1818;
      }
	  