@charset "utf-8";
/* CSS Document */

body{
   margin:0px; /* margem 0 da página*/
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   color: #FFFFFF;
   background-image:url(../imagens/fundo_geral.jpg);
} 

#fundo{
   width:995px;
   margin:0 auto;
   /*background-image: url(../imagens/fundo.jpg);*/
   background-position:center;
   background-position:top;

}

#topo{
   width:995px;
   height:157px;
   margin:0 auto;
}

#logo1_topo{
   width:160px;
   height:154px;
   float:left;
}

#logo2_topo{
   width:830px;
   height:102px;
   float:left;
}

#links_topo{
   width:215px;
   height:50;
   margin-top:35px;
   margin-left:600px;
   float:left;
}

#menu_topo{
   width:830px;
   height:50px;
   float:left;   
}

