/* Print CSS Document */
#header, #leftcol, #rightcol, #footer, #design, .albumcover, .albumcover_big {
	display: none;
}
#intro, #centercol {
	width: 100%;
	float: none;
	margin: 6pt 12pt;
}
#address {
	position: absolute;
	bottom: 12pt;
	left: 12pt;
	text-align: center;
	margin-top: 12pt;
	border-top: 1pt solid #999;
	width: 100%;
	display: block;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	display: none;
}
p {
	float: none;
	width: 100%;
}


