p.top, #structure #header, #structure #nav, #structure #sub-nav, #structure #breadcrumb, #structure #main #sidebar, #footer
	{
  		display: none;
	}
	
body
	{
		width: 18cm;
		margin: 0;
		padding: 0;
		font-size: 14pt;
		background-color: white;
		background-image: url(../img/print-logo.gif);
		background-repeat: no-repeat;
		background-position: center 0.5cm;
	}

#structure #main #content
	{
		float: none;
		width: 100%;
		margin: 0;
		padding-top: 3cm;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
	}
