.body_img {
	height:100%;
	width:auto;
	}


html, body { height:100% }
table#main {
	height:100%;
	}

td#table_header{
	height: 70px;
	background-color: #D3D5D2;
}

td#table_body{
	height:auto;
	}
	
td#table_footer{
	height:70px;
	background-color: #D3D5D2;
	}
	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
