body {
    background: #1A1617 url('../img/fundo.jpg') repeat;
    color: #966;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    margin: 0px;
    text-align: center;
}

h1 {
    background: Transparent url('../img/titulo.png') no-repeat center;
    display: block;
    margin: 0 auto;
    width: 248px;
    height: 150px;
    text-indent: -9999px;
}

a {
    color: #FFF !important;
}

a:hover {
    background-color: #FFF;
    color: #966 !important;
}

img {
    border: 0;
}

#conteudo {
    background-image: url('../img/fundo_conteudo.jpg');
    margin: 0 auto;
    width: 1000px;
    height: 600px;
}

#botoes {
    margin: 0 auto;
    width: 820px;  
    height: 300px; 
}

#botoes a {
    background: Transparent;
    display: block;
    float: left;
    margin: 20px 0;
    text-align: center;
    text-decoration: none;
    width: 816px;  
}

#botoes a:hover {
    color: #FFF !important; 
}

#botoes img { 
    border: solid 1px #FFF;
}

#botaosite img {
    border-top-width: 5px;
}

#botaoblog img {
    border-bottom-width: 5px;
}

#botoes span {
    margin: 0 -7px;
    font-size: 20px;
    font-family: Georgia, Century;
    text-shadow: 1px 1px 2px #111;
}

#rodape {
    margin-top: 30px;
    align: center;
}