@media print {	
	#sidebar, 
	#header, 
	#navbar, 
	#footer,
	#parnters,
	#breadcrumbs {
	    display: none !important;
	}
	#container, 
	#content{
	    width: 100% !important; 
	    margin: 0 !important; 
	    float: none !important;
	}
	
	a[href]:after {
		content: "" !important;
	}
	.funny-boxes {
		overflow: visible !important;
		clear:both !important;
	}
	.funny-boxes .funny-boxes-img {
		clear:both !important;
		overflow: visible !important;
	}
}