@import url(contents.css);
@import url(framework.css);
@import url(layout.css);

@media print{ 
	body {
		zoom: 70%;
	}
	.socialnoprint{
		display:none;
	}
}
body,
body #wrapper,
body #footer, body #footer #footerIn, body #footer .utility {
	background: #ffffff none;
}