@charset "utf-8";
/* CSS Document */

  
	   * {
		     margin: 0;
	  }
	   html, body {
		     height: 100%;
	  }
	  
	  .text{
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;	  
	 }
	 
	 .links{
		 font-size:14px;
		 font-family:Arial, Helvetica, sans-serif;
		 color:#F6830E;
		 text-decoration:none;
		 
			  }
			  
	  .wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -6em;
	top: 10px;
	
	 }
	  .push  {
		 
		  }
		  
	 .footer {
		 height: 6em;
	     background-repeat: no-repeat;
	     background-position: center;
	 }
