/* CSS Document */
@media print {
body {background:yellow; color:black; margin:0 }
background-image: url('images/blogPrintFooter.gif') no-repeat fixed bottom; 

#header_talia {display:none}
#post-entry {display:block;
	margin-left:0; 
     	float:none; 
     	width:auto 
	color:black; 
     	font-size:12pt }
#header_talia {display:none}
#comment-box {display:none}
#comment-area{display:none}
#left-sidebars {display:none}
#post-commented{display:none}
#right-sidebars {display:none}
#footer_talia {display:none}
}


