@media print {
	
	#historia, #col-left, #col-right,#faixa, #ultima-blog,
	#footer, #titulo-noticia, #menu, #marcas, .ferramentas,#textos-topo {
		display:none !important;
	}
	
	body {
		background:none;
	}
	
	h2, .texto, small {
		color:#000;
	}
	
	#logomarca {
		margin-bottom:15px;
	}
	
	#header {
		background:none;
		height: auto;
	}
}