@media print
{
	* {display: none;}
	html, body, h1,
	div#container, div#body, div#content,
	div#mapa, img#mapa-img, p#instructions,
	address, address *
	{display: block;}
}

a#print
{
	position: relative;
	top: -25px;
	background-image: url(/imagens/printer.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 25px;
}
