#hd .splash, #hd .blurb, #nav, #culture-select, #bd-bottom, .no-print {
		display: none;
	}
	
	body {
   background: white;
   font-size: 12pt;
   }

#custom-doc, #bd {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
#bd {
   padding-top: 1em;
   }

#bd a:link, #bd a:visited {
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#bd a:link:after, #bd a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#bd a[href^="/"]:after {
   content: " (http://www.integra-adhesives.com" attr(href) ") ";
   }
