/* CSS Document for the body layout of the entire site, excluding all SubjectsPlus implementations */
.html, body {
	position: absolute;
	height="100%";
	width="100%";

	font-family: default font;
	font-size: 100%;

	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;

	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;

	background: #FFFFFF;
	background-color: #dbdbdb; 
	statusbar: visible;
}
