/* CSS Document */
body {
       margin: 0;
       padding: 0;
       background:#004600;
}

#conteudo {
       position: absolute;
       width: 100%;
       height: 430px;
       margin-top: -250px;
       text-align: center;
       top: 50%;
       background:url(fd_conteudo.jpg) repeat-x;
}

#conteudo img {
       margin-top: 45px;
} 

#conteudo p {
       font-family: Times New Roman;
       font-size: 16px;
       font-weight: bold;
       color: #FFF;
       margin-top: 5px;
       text-align: center;
}

#rodape {
       width: 100%;
       margin-top: -47px;
}