body {
	background:#FFF;
}

/*hide everything except the parent containers for the coupon*/
.specials #nav,
.specials #content h1,
.specials #content h2,
.specials #content p,
.specials #branding,
.specials #subnav,
.specials #footer,
/*nothing below this line should change in this rule*/
.specials hr,
#mp-admin-menu,
#mp-admin-menu * {
	display:none !important;
}

#content table {
	width:780px;
}

#content table td {
	padding:0;
}

.specials #content table,
.specials #content table h1,
.specials #content table p {
	display:block !important;
}

#coupons .box {
	margin-bottom:0.6em;
}

#coupons #mp-main p.print {
	display:none !important;
}