html, body {
	background-color:#f2f2f2;
	margin:0;
	padding:0;
	border:none;
	border-spacing:0;
	height:100%; /* this is the key! */
	width:100%;

}
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; background-image:url(../images/head_bg.jpg); background-position:top; background-repeat:repeat-x;
	 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;
}
