/*formatting for poster printing page only*/
@media print {
	body{
		background-image: url(downloads/FurnessPosterBlank23.jpg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 21cm;
		height: 29cm;
		border:thin solid transparent;
		/* margin: 30mm 45mm 30mm 45mm;  */
		/* change the margins as you want them to be. */
   } 
   p.pstcont{margin-top:18em;}
   div.pstcont{font-color:black;width:95%;}
   div.poster {font-size: 2.5em; font-weight: bold;color:black;margin-top:1.0em;}
   div.posterl {font-size: 4.0em; font-weight: bold;color:black;text-align:center;margin-bottom:0.8em;}  
   input.pbtnl{display:none;}
   input.pbtnr{display:none;}
   span.postersmall{font-size:0.7em;}
   .centered {text-align: center;}
}

