/* IDs */

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

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

