html, body, #contents {	min-height: 100%;	width: 100%;	height: 100%;}

<style type="text/css">A:link {text-decoration: underline; color: #595959;}A:visited {text-decoration: underline; color: #595959;}A:active {text-decoration: none}A:hover {text-decoration: underline; color: #A76D28;}
.both {background-image: url(/img/bkd.gif); background-repeat: repeat;}</style>
/* * The "height" above is a hack for IE5+/Win.  Below we adjust * it using the child selector to hide from IE5+/Win */html>body, html>body #contents {	height: auto;}/* * Without this, Moz1.0 adds a vertical scrollbar */body {	margin: 0;
	background-color: #AD9353;	font-family: Arial, sans-serif;}#contents {	position: absolute;	top: 0;    left: 0;/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: *//*	left: 50%;    width: 50%;    margin-left: -25%;*/}#footer {	position: absolute;	bottom: 0;	background: url(img/footerbkd.gif) repeat-x bottom;
	font-family: Arial, sans-serif;
	font-size: 70%;
	color: #717171;
	border-top: 2px solid #383838;	width: 50%; /* See note below */	text-align: left;
	padding: 0em 5em 0em 0em;	padding: 0 0%;}

#footer a:link {     color: #595959;     text-decoration: underline;     }

#footer a:hover {     color: #A76D28;     text-decoration: underline;     }

	/* styles for IE 5 Mac */	#centerwrap {		width:300px;		height:300px;		margin:0px auto;		position:relative;	}
		/* commented backslash hack  - invisible to IE 5 \*/	#centerwrap {		position:absolute;		margin:-240px 0 0 -190px;		left:50%;		top:50%;	}	/* end hack *//* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack  * Stupid hack lets IE see 100%, others see 70%.  */#footer {    \width: 100%;    w\idth: 100%;}#main {	margin-bottom: 0em;	height: auto;	padding: 0em;}                                        