#Mail template from PSD to HTML
###This is a mail template that is styled with table elements for proper rendering in different webmails and email clients.
Every mail client, webmail or mobile mail app has its own style of rendering emails. So it is very important not to use divs as they don't hold their structure but to use tables instead. What is more, mail clients, don't also support external CSS and have problems with styles within <head>
section so everything must be inline styled.