﻿#Footer {
    width: 100%;
    height:30px;
    background-color: #f8f8f8;
    text-align:left;

}

#FooterContent{
    width:990px;
    height:20px;
    margin-left: auto;
    margin-right: auto;
}

.footerCopyright{
 font-size:11px;
 color:#4a4a4a;
 font-weight:500; 
 text-align:left;
 vertical-align:middle;

 
}
.footerCopyright A{
    font-size:11px;
    color:#4a4a4a;
    text-decoration: underline;
}

.footerPowered{

    text-align:right
}