@charset "utf-8";

div#Bodycolor{
    background-color: #cd853f;
    width: 1040px;
    margin: auto;
}

/* HEADER */
div#Header{
    width: 1024px;
    margin: auto;
    text-align: center;
}

div#Header > .TRUSTTitle{
    text-align: center;
}

div#Header > .TRUSTTitle > .TRUSTCompanyName{
    width: 384px;
}


/* FOOTER */
div#Footer > .Link{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

div#Footer > #Copyright{
    background-color: #CCCCCC;
    text-align: center;
}