html, body {
	background-color:#f9f9f8 ;background-image:url(../images/bg.jpg); background-position:top; background-repeat: repeat-x;
	margin:0;
	padding:0;
	border:none;
	border-spacing:0;
	height:100%; /* this is the key! F8F7F1 */
	width:100%;
	width:auto;

}
table.c3e{
	 height:100%;/* this is the key! */
	 width:100%;
	 border:none;
	 padding:0;
	 margin:0;
}
td.content{
	 height:78px;
	 width:100%;
	 vertical-align:top;
	 border:none; 
	 padding:0;
	 margin:0;
}
td.blankspace{
	 width:100%;
	 height:82%;
	 border:none;
	 vertical-align:top;
	 border-spacing:0;
	 margin:0;
	 padding:0;
}
td.footer{
	height:50px;
	width:100%;
	vertical-align:bottom; background-image:url(../images/foot_bg.jpg); background-position:bottom; background-repeat:repeat-x 
	border:none;
	padding:0;
	margin:0;
}