body {
    background: url("bg2.png") 0 0 repeat;
    color: #666;
    font: 14px arial;
    list-style: none;    
    margin: 50% 0 0 0;
}
a {
    color: #666;
    margin: 0;
    text-decoration: none;
}
a:hover {
    border-bottom: 1px dotted orange;
    margin: 0;
    color: orange;
}
h1 {
    background: url("higea.jpg") 0 0 no-repeat;
    border-right: 2px solid #0071a2;
    color: orange;
    float: left;
    font: 30px calibri;
    height: 170px;
    margin: 0 20px 0 0;
    padding-right: 20px;
    text-indent: -9999px;
    width: 120px;
}
h2 {
    color: #0071A2;
    font: bold 16px arial;
    margin: 70px 0 0 0;  
}
p {
    margin: 5px 0 0 0;
}
#faixa {
    background-color: #fff;
    height: auto;
    margin: -30% auto 0 auto;
    width: 100%;
}
#conteudo {
    background-color: #fff;
    height: 195px;
    margin: -30% auto 0 auto;
    padding: 20px;
    padding-bottom: 0;
    width: 560px;
}