html
{
    height: 100%;
}

body
{
    height: 100%;
    color: black;
    background-color: #4E7A94;
    background-image: url(images/giantbackgnd.png);
    background-repeat: repeat-y;
    background-position: top center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
}

td
{
    color: black;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.photo
{
    border: 1px solid black;
    padding: 6px;
    margin: 6px;
   text-align: center;
   font-size: 11px;
}

.content
{
    width: 650px;
    text-align: center;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    padding-bottom: 28px;
    position: relative;
    min-height: 100%;
}

.footer
{
   background-color: #eee;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   text-align: center;
   font-size: 11px;
   color: #003366;

   padding: 0;

   width: 650px;
   height: 28px;
   
   position: relative;
   margin: -28px auto 0 auto;
}
 
/* The CSS that's required to position the footer */
#nonFooter
{
    width: 650px;
    text-align: center;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 100%;
}
 
* html #nonFooter
{
    height: 100%;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html .footer
{
    margin-top: -28px;
}
