body, html {
	color: #000000;
	background-color: #FFCC66;
	height: 100%; width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#topnav {
	position: absolute;
	top: 0; left: 0; height: 65px; right: 0;
	border-bottom: 0.02em solid #000000;
	width:100%;
}
#main {
	position: absolute;
	top: 70px; left: 0px; bottom: 0px; right: 0px;
	padding: 5px;
}

	/*overflow: auto; */

/* white background */
#mainw {
	position: absolute;
	top: 70px; left: 0px; bottom: 0px; right: 0px;
	padding: 5px;
	background-color: #FFFFFF;
}

	/*overflow: auto;*/
/* light blue background */
#mainb {
	position: absolute;
	top: 70px; left: 0px; bottom: 0px; right: 0px;
	padding: 5px;
	overflow: auto;
	background-color: #99FFFF;
}

/* white, used for page with forced breaks */
#mainp {
	position: relative;
	top: 70px; left: 0px; bottom: 0px; right: 0px;
}

/* for internet explorer */

* html body {
  padding:120px 0 50px 0; 
  }

* html #contents {
  height:100%; 
  width:100%; 
  }

P.breakhere {page-break-before: always}

