body {
	width: 100%;
}

p, td, th, ul, a {
background-color: #fff;
color: #000;
font-family: "Arial", serif;
font-size: 8pt;
}

#header {
	display: none;
	}
	
	
#footer {
	display: none;
}
	
#sitenav {
	display: none;
}

#notifier {
	display: none;
}

#tagline {
	display: none;
}

#main {
	background-color: #fff;
	width: 100%;
	height: 100%;
	border: none;
	overflow: visible; 
}

#content {
	background-color: #fff;
	width: 100%;
	height: 100%;
	border: none;
	overflow: visible; 
}
