   body, html
     {
         margin: 0px auto;
         padding: 0px;
         text-align: center;
         font-family: arial;
         background: url(../images/bg.gif);
         min-height: 100%;
     }

   a
     {
         text-decoration: none;
     }

   #sombra, #geral
      {
         margin: 0px auto;
         padding: 0px;
         text-align: left;
      }

   #sombra
      {
         background: url(../images/bg_principal.png) repeat-y;
         width: 987px;
         min-height: 100%;
      }

   #geral
      {
         position: relative;
         width: 925px;
         min-height: 850px;
         background: #279cc7 url(../images/bg_az.png) top center no-repeat;
         overflow: hidden;
      }

   div.clear
     {
         clear: both;
     }

   #topo
     {
        position: relative;
        height: 222px;
        z-index: 7;
        background: url(../images/bg_top.png);
     }

   #logo_consorcio
     {
        position: absolute;
        top: 70px;
        left: 230px;
        width: 445px;
        height: 62px;
        z-index: 1;
     }

   #barra_footer
     {
        position: absolute;
        bottom: -3px;
        left: -47px;
        z-index: 1;
     }

   #image_laranja
     {
        position: absolute;
        top: 325px;
        left: 110px;
        z-index: 1;
     }

   #logo_acw
     {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 1;
     }

