/* CSS Document */

/* hide from ie on mac \*/
html {
    /*height: 100%;*/    
    overflow: scroll;
    overflow-x:hidden
}

#flashcontent {
    /*height: 100%;*/

}
/* end hide */
body {
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    background-color: #000000;
    font: 76% Arial, sans-serif;
    color:#CCCCCC;
    /*background-image: url("fundo.jpg");
    background-position: center center;
    background-repeat:repeat-x;*/
    
}
   
  
#flashcontent h1{
     font-family:tahoma;
     font-size:11px;
}    

#flashcontent h2{
     font-family:tahoma;
     font-size:11px;
}    

#flashcontent a{
     font-family:tahoma;
     font-size:11px;
     color:#666;
}   


.centro{

  text-align: center;
  padding-top:80px;

}

.logos {
background-image: url(../sysimages/logos.png);
background-position: right top;
background-repeat: no-repeat;
width:923px;
height:50px;
position: absolute;
right:0px;
bottom:42px;
z-index: 999;
}

.geral_logo {
position: relative;
width:100%;
margin:0px auto;
text-align: center;
}








