@media print {

/*html, body {
    width: 210mm;
    height: 297mm;
  }*/
	
	html {
	background: none !important;
	background-color: #fff;
}

body {
	width: 100% !important;
	margin: auto !important;
	color: #000 !important
}

div#main {
		width: 1024px !important;
		box-shadow: none;
	/*min-height: 100% !important;*/
	}

div#footer,
div#sidebarleft,
div#sidebarright,
div#header,
div#bandeaumenu,
#breadcrumbs_container
{
  display: none;
}
}