html, body { height: 100%; min-height:100%;height:auto!important; }

body {
	margin: 0;
	padding: 0;
	background: #F3E1B2 url("indexpics/rtBg.jpg") repeat-x;  /*right bg */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5 ems;
}
#background {
	/*left bg */ position: absolute;
	width: 50%;
	height: 100%;
	background: url("indexpics/lfbg.jpg") repeat-x;
}
#content { position: relative; z-index: 1; height: 100%; /* puts content on top of background in stack order */}
#mainTable { margin:0px auto; width: 1049px; position: relative;}
td           { font-family: Tahoma; font-size: 12px; color:#e7d796 }
a            { color: #8D7535 }
a:hover      { color: #BEA052 }
ul           { margin-left: 18 }
