/* IDs */

#rootDiv     { 
	background-color: #fff8f6; 
	background-position: 0 top; 
	margin: 0 auto; 
	position: relative; 
	top: 0; 
	width: 800px; 
	/*height: 9200px; */
    height: 14020px;
	border: none; /* solid thin gray */
}

#copyright   { font-size: 9px; text-align: center; visibility: visible; position: absolute; 
top: 14040px; left: 0; width: 800px; height: 23px; border: 0 }


