html, body {
	background-color:#f4efe3;
	margin:0;
	padding:0;
	border:none;
	border-spacing:0px;
	height:100%; /* this is the key! */
	width:100%;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #27000d;
}
table.c3e{
	 height:100%;/* this is the key! */
	 width:100%;
	 border:none;
	 padding:0;
	 margin:0;
}
td.content{
	 height:707px;
	 width:100%;
	 vertical-align:top;
	 border:none;
	 padding:0;
	 margin:0;
}
td.blankspace{
	 width:100%;
	 height:100%;
	 border:none;
	 border-spacing:0px;
	 margin:0px;
	 padding:0px;
}
td.footer{
	height:42px;
	width:100%;
	vertical-align:bottom;
	border:none;
	padding:0;
	margin:0;
}