html, body
{
   margin: 20px;
   padding: 0;
   background: white;
   font-family: Arial;
   color: #656565;
}

#email_footer
{
   position: absolute;
   bottom: 0;
   height: 60px;   /* Height of the footer */
}