@font-face {
      font-family: "roboto";
      src: url("../fonts/roboto.ttf") format("truetype");
	  
	  font-family: "roboto_ita";
      src: url("../fonts/roboto_ita.ttf") format("truetype");
      
      font-family: "roboto_light";
      src: url("../fonts/roboto_light.ttf") format("truetype");
      
      font-family: "roboto2";
      src: url("../fonts/roboto_med_italico.ttf") format("truetype");
      
      font-family: "amatic";
      src: url("../font/amaticscregular.ttf") format("truetype");
      
  }

html, body{
font-family:roboto;
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
background-color: #ECAD12;
color:#fff;
 text-shadow: 0px 2px 2px rgba(0,0,0,0.75);
}
body{

      background: url("../imagens/fundo.jpg") no-repeat fixed;
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
      background-size: cover;     
}
#geral{
      
      
      min-height: 600px;
       
}
#principal{
	width:700px;
	margin: 1% auto;
}