body {
	background: none;
	visibility: hidden;
}

#page {
	width: auto;
	background: none;
}

#header {
	display: none;
}

#body {
	height: auto;
	overflow: hidden;
	margin: 0px;
	padding: 10px 40px;
}

#footer {
	display: none;
}

.ticket {
	width: 50%;
	margin: 0 auto;
	padding: 15px;
	border: dashed 3px #000000;
	visibility: visible;
}

.ticket h1 {
	text-align: center;
}

.ticket h3 {
	text-align: center;
}

.noprint {
	display: none;
}