#html, body {
	width:100%;
}
#fixme {
	width: 100%;
	border-top: none;
	border-right: none;
	border-left: none;
}
#content {
	margin-left:-24px;
	width: 100%;
	border-left: none;
	border-bottom: none;
	border-right: none;
}
#PrintLogo {
	position: absolute;
	visibility: visible;
	padding-left: 12px;
}
.HideLogo {
	visibility: hidden;
}