body{
    background: #d2d2c1 url(./img/fundo.png);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#principal{
    width: 900px;
}

#menu{
    background: #c5c5b2;
    padding: 10px;
}

#conteudo{
    background: #ebebd9;
    padding: 10px;
}

#rodape{
    text-align: center;
}

a{
    color: #4b566a;
    text-decoration: none;
    font-weight: bold;
}

h1{
    color: #828271;
    font-size: 1.2em;
}

