body {
    background: url(img/bg.png) repeat #000;
    color: #000;
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    font-size: medium;
}
#tudo {
    background: #000;
    border: 2px #A9000E solid;
    margin:20px auto;
    top: 15px; 
    width: 1000px;
    left: 0px;
    padding-bottom: 0px;
    margin-bottom: 1.5em;
    height: 100%;
}

#topo {
    width: 1000px;
    height: 175px;
    background-color: #000;
}

#topo img {
    border: 0;
}

#conteudo {
    padding-bottom: 3px;
    padding-top: 0px;
    width: 1000px;
    text-align: center;
    color: #bba;
}

#cadastrar {
    padding-bottom: 3px;
    padding-top: 0px;
    width: 1000px;
    text-align: center;
}

#rodape {
    padding-top: 30px;
    background: #FFF;
    width: 1000px;
    height: 250px;
    text-align: center;
    color: #000;
}

.titulo { color:#4a4a4c; font-size:35px; font-family:Impact, Arial, Helvetica, sans-serif;}
.sub-titulo { color:#727273; font-size:42px; font-family:Impact, Arial, Helvetica, sans-serif;}
