#header, #menu, #nav, #footer, #hsbc, .no-print, #button {
	display: none;
}

/* Print Voucher */
#voucher  {
	position: relative;
}

#voucher img {
	left: 0;
	position: absolute;
	top: 0;
}

	#voucher span#amount {
		display: block;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 26px;
		position: absolute;
		left: 580px;
		top: 140px;
		z-index: 50;		
	}

	#voucher span#code {
		display: block;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 20px;
		position: absolute;
		left: 505px;
		top: 186px;
		z-index: 50;
	}