body{
	margin: 0px;
}
#paper{
	display: inline;
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
#logo{
	display: inline;
	position: absolute;
	z-index: 2;
	top: 2px;
	left: 6px;
}
#bag{
	width: 100%;
	height: 100%;
}
#print{
	display: none;
}