#navigation, #advertising, #other { 
  display : none; 
}

@page {
		size: letter;
        top:0px;
        margin-top:1.1cm;
        margin-bottom:1.1cm;
}

    .break {page-break-before: always; }

@media print{
    body {
    margin-top:100px;
    }       
}


