@import "offer_page_print.css";

body {
	width: 760px;
	margin: 0 auto;
	color: #333;
}

#printMessage {
	display: block !important;
	margin: 0 auto 2em;
	background: #f0fafe;
	border: 1px #b8dced;
	border-style: none solid solid;
	height: 1%;
	overflow: hidden;
}
#printMessage p { margin: 1em .5em; }
#printMessage a:hover { text-decoration: none; }

