/* HTML , BODY */
* {
  text-decoration: none;
}

html , body
{
     margin:0;
     padding:0;
     width:100%;
}
body
{
    text-align:center; /* hack para o IE */
}
html
{
    background: url('../img/geral/fundo.jpg') repeat-x top left;
    background-color:#000;

}

div#geral
{
         position:relative;
         width:950px;
         height:100%;
         margin:0 auto;
}

div#logo
{
        position:relative;
        width:100%;
        text-align:center;
        margin-top:95px;
}

div#brasil , div#internacional
{
          position:relative;
          margin-top:20px;
          width:180px;
          text-align: center;
          padding-top: 20px;
          padding-bottom: 20px;
          color: #FFF;
          font: 14px arial;
          border: 1px solid transparent;
          -moz-border-radius: 15px;
}

div#brasil
{
          float:left;
          margin-left:30%;
}

 div#internacional
 {
                  float:right;
                  margin-right:30%;
 }
