body { /* for comments */
 margin:auto;
 padding:0px;
 text-align:justify;
 background-color : #fff8e6;
 color : #000000;

 }
 p, ul, ol, li {
 font : 10pt Arial;
 }
 h1 {
 font : bold 14pt Arial;
 }
 h2 {
 font : bold 12pt Arial;
 }

table.stat th, table.stat td {
  font : 10pt Arial;
  } 
 
 
 #header {
 	background-color:#fff8e6;
	/*background-image:url(logo.jpg);*/
	background-position:center bottom;
	background-repeat:no-repeat;			
 position: static;
 width: 100%;
 height: 10%;
 top: 0;
 right: 0;
 bottom: auto;
 left: 0;
 }


 #topnavigation {
	background-color:#fff8e6; 
 position: static;
 height: 5%;
 top: 10%;
 left: 0;
 width: 100%;
 margin: 0px 0px 0px 0px;
 color: #000000;
 padding: 3px;
 overflow: auto;
 }
 #content {
	background-color:#fff8e6;
	background-image:url(logo_bg.png);
	background-position:center top;
	background-repeat:no-repeat;

	min-height:600px;

 margin: auto;
 width: 900px;
 text-align: justify;
 padding:15px;

 position: static;
 top: 15%;
 bottom: 100px;
 height: 80%;
 color: #000000;
<div style="white-space: normal;">
 overflow: auto;
 }
 #content h1, #content h2 {
 color: #e22d18;
 }
 