div.DIV_Footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #7bab3e ; /* same bg color as in header  */ /* new_vhi #728a28 */
}

div.DIV_Footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div.DIV_Footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}
