div#outerwrapper {
	width: 100%;
	background: white;
}

div#wrapper {
	width: 100%;
}

div#content {
	width: auto;
}

div#contentRight {
	width: 100%;
}

div#footerPrint {
	position: absolute;
	width: 100%;
	background: white;
	color: black;
	font-size: 10px;
	line-height: 24px;
	bottom: 0;
	text-align: center;
}

.printOnly {
	display: block;
}

.noprint {
	display: none;
}
