/* CSS Print Document */

#header, #headerbg, #headerimage, #navwrapper, #nav, #photocol, .breaker {
  display: none !important;
}

body, #maincontent, .wrapper, #content, #footerwrapper, #footer{
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

* {background: none;}

#maincontent a[href]:after,
#content a[href]:after,
#footer a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;}

#maincontent a[href^="/"]:after,
#content a[href^="/"]:after,
#footer a[href^="/"]:after {
   content: " (http://transformerstudio.com" attr(href) ") ";}

  