body { FONT-FAMILY: Arial, Helvetica, sans-serif
}
body { background: #ACA473;
}
a:link {color: #CC6600; text-decoration: none}
a:visited {color: #900101; text-decoration: none}
a:hover {color: #CD955D; text-decoration: underline}
a img { border: 0; }
a img:active { border: 0; }
#topOfPage { display: none; 
}
#whitebg { width: 800px;
		   height: 300px;
		   padding: 25px;
		   background: #fff;
		   margin-left: auto;
		   margin-right: auto;
		   position:absolute;
		   left:80px; 
		   top:20px;
		   z-index: 1
}
#logo_toc {
	 position:absolute;
	 left:10px;
	 top:4px;
	 z-index: 2
}
#logo {
	 position:absolute;
	 left:230px;
	 top:22px;
	 z-index: 3
}
#content { width: 800px;
		   padding: 25px;
		   background: #fff;
		   margin-left: auto;
		   margin-right: auto;
		   position:absolute;
		   left:80px; 
		   top:320px;
		   z-index: 4
}