@charset "utf-8";
/* CSS Print Document for the Acme Site*/
body, body *{
background-color:#FFFFFF;
color:#000000;
margin: 0;
padding: 0;
}

#header, #navigation, #leftColumn, #rightColumn, #footer{
/*visibility:hidden;*/
display:none;
}

/*The following only work in MOSe and IE8 browsers*/

#content:before{
content: "This is a print version of the page.  All screen elements have been disabled.";
}

#content:after{
content: "Copyright 2008, ACME Inc., All Rights Reserved.";
text-align:center;
font-size:small;
}

#content a:after{
content: " (http://jollyrogerlove.info" attr(href) ") ";
font-size:smaller;
font-style:italic;
}