﻿body 
{
    background-image: url( '../imagens/geral/fundo_racord_index.png' );
    background-repeat: repeat-x;
    background-color: #CC0000;
    text-align: center;
    margin: 0px;
}
#MainContainer
{
    margin: 0 auto;
    width: 550px;
    text-align: center;
}
.textoGeral
{
    font-family: tahoma;
    font-size: 12px;
    color: #ffffff;
    text-align: justify;
}
.CorpoPagina
{
    background-image: url(  '../imagens/geral/fundo_index.png' );
    background-repeat: no-repeat;
    height: 480px;
}