* { margin: 0}

body {font-family: "lucida sans unicode", verdana, arial, helvetica; 
      background-image: url(imagens/tira-topo.jpg);
      background-repeat: repeat-x;
      background-position: 0 150px;
}

#geral { margin: 0 auto;
         width: 980px;
         }

#cabecalho { height: 190px; margin-top: 20px;}


#cabecalho h1 { float: left;
                background-image: url("imagens/logo-aitos.jpg");
                background-repeat: no-repeat;
                height: 110px;
                text-indent: -9000em;
            	overflow: none;  
            	}


#cabecalho h3 { margin: -65px 0 0 530px;
                float: left;
                font-size: 1.6em;
}


h1 { font-size: 3em;
     line-height: 110%;
     width: 830px;
     }
     
     
p { font-size: 2em;
             width: 640px;
             line-height: 130%;
             color: gray;
             margin-top: 20px;
}


a:link {color: red;}

a:visited {color:red;}

#twitter {
          font-size: 1.5em;
          color: red;
          float: left;
          margin-top: 40px;
}

#twitter p {font-size: small;}

#social { font-size: 1.5em;
          color: red;
          float: left;
          margin-left: 90px;
          margin-top: 40px;
}

#social a:link { font-size: small;}


address { font-size: small;
          margin-top: 600px;
          padding-bottom: 50px;
          color: white;
          text-align: center;
          background-color: black;
          clear: both;
          padding-top: 20px;
          
          }