#header, #navigation, #footer, #copyrightbg {
	display:none;
}
body {
	background: none;
}
#content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: none;
}
h1, h2, h3	, .green {
	color: #000000;
}
.green {
	font-weight: 100;
}
#text	{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#noPrint {
	display:none;
}
#printMe {
	display: inline;
	font-size: 20px;
	font-weight: bold;
}