﻿body
{
    
    font: normal 100% Arial;
    
    text-align: center;
    padding: 0;
    margin: 0;
 background-image: url(../images/bg1.gif);
  background-repeat: repeat;
 background-position: inherit;
    
}
#mc-main
{
   
    
    width: 1000px;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    text-align: left;
    height: auto;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial;
    
   
}

#header 
{
    
    height: 120px;
    font-size: 13px;
    font-weight: normal;
    font-family:Arial;
    text-align: center;
    background-color: White;
    border-bottom: 3px solid #EFEFEF;
 border-right: 3px solid #EFEFEF;
      border-left: 3px solid #EFEFEF;
    
}

.footer
{
 height: 40px;
 width: auto;
 background-color: black;
 color: #FFF;
 font-size: 11px;
 font-weight: bold;
 text-align: center;
 padding: 5px 5px 5px 5px;
 margin: 20px 0 0 0;
 border-top: 1px solid #cb1919;
}
