/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */html, body, #todo{	min-height: 100%;	width: 100%;	height: 100%; /* Hack for IE5+ */}html>body, html>body #todo{	height: auto;}body{	margin: 0px;}#todo{	position: absolute;	top: 0px;	left: 0px;}#MainText {	margin-top:1em;	margin-bottom: 3em;	margin-right: 20em;	margin-left: 3em;	height: auto;	padding:0.5em;}#MainPanels {	position : absolute;	top : 190px;	right : 1em;	padding : 0em;}#MainPanels {	width : 175px;	margin-bottom : 0.5em;}#MainFooter {	width: 100%;	text-align: center;	position:absolute;	bottom :0px;}