body {
	background-color: #ecf1f9;;
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}

#main {  /* main frame that contains everything else */
   width: 740px;
   background:#ffffff;
   text-align:left;
   padding-left:20px;
   padding-right:20px;
   margin-top:5px;
   margin-bottom:20px;
   margin-left:auto;
   margin-right:auto;
   padding-top:20px;
   padding-bottom:0px;
   border:1px solid #c0c0c0;
}
#thebook {  
   width: 740px;
   background:#ffffff;
   text-align:justify;
}
#title {
   width: 740px;
   background:#ffffff;
   text-align:center;
   padding-left:20px;
   padding-right:20px;
   margin-top:12px;
   margin-bottom:0px;
   margin-left:auto;
   margin-right:auto;
   padding-top:0px;
   padding-bottom:0px;
   border:1px solid #c0c0c0;
 }
 #footer { /* the page needs to end with this, as <p id="footer"> */
   position: relative;
   width: 740px;
   padding-top:10px;
   padding-bottom:10px;
   margin-top:0px;
   margin-bottom:0px;
   text-align:right;
   font-size:small;
   font-style:italic;
   color:808080;
}