﻿body {
}
.banner
{
    text-align: center;
    background-image: url('images/usabanner.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
    width: 850px;
    height: 150px;
    background-color: #FFFFFF;
}
.content
{
    text-align: justify;
    background-color: #FF0000;
    margin: 0px auto auto auto;
    width: 850px;
    height: 477px;
}
.footer
{
    text-align: center;
    background-color: #0000FF;
    margin: auto;
    width: 850px;
    height: 54px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: small;
}
