body{
	background-color: #000;
}

#canvas{
	position: fixed;
	background-color: rgba(128,128,128,0.65);
	z-index: 20000;
	pointer-events: none;
}

#master{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30000;
}

#stamp{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 11000;
	cursor: pointer;
}

#invitation{
	z-index: 50000 !important;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .85;
	pointer-events: none;
}
