body {

     height: 200px
     margin: auto;
     padding-left: 100px;
     padding-right: 100px;
     padding-top: 20px;
     background: #D2BA29;
     font-family: Georgia, "Times New Roman", Times, serif;
     font-size: 13px;
     color: white;
}

#title{
	text-align:center;
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid;
	padding-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
}


img.emailpopup{
 	border: 0px solid red;
	padding: 0px 0px 0px 0px;
	margin:  15px 0px -3px 0px;
}

#signature{
	text-decoration: underline;
	text-align: right;
}