@media print
{
#menu_wrapper {
	width: 100%;
	height: 265px;
	background-repeat: repeat-x;
	background-image: url(../images/latesq.jpg);
	display: none;
}

#conteudo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	font-style: normal;
	text-decoration: none;
	width: 800px;
	float: none;
	display: block;
}

#rodape{
	background-image: url(../images/rodape.gif);
	background-repeat: repeat-x;
	display: none;
}



}