@charset "UTF-8";
#XMAS_decker {
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#39708e+0,39708e+100&1+8,0.34+100 */
	background: -moz-radial-gradient(center, ellipse cover, hsla(201,43%,39%,1) 0%, hsla(201,43%,39%,1) 8%, hsla(201,43%,39%,0.34) 100%); /* FF3.6-15 */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,hsla(201,43%,39%,1)), color-stop(8%,hsla(201,43%,39%,1)), color-stop(100%,hsla(201,43%,39%,0.34))); /* Chrome4-9,Safari4-5 */
	background: -webkit-radial-gradient(center, ellipse cover, hsla(201,43%,39%,1) 0%,hsla(201,43%,39%,1) 8%,hsla(201,43%,39%,0.34) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-radial-gradient(center, ellipse cover, hsla(201,43%,39%,1) 0%,hsla(201,43%,39%,1) 8%,hsla(201,43%,39%,0.34) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, hsla(201,43%,39%,1) 0%,hsla(201,43%,39%,1) 8%,hsla(201,43%,39%,0.34) 100%); /* IE10 preview */
	background: radial-gradient(ellipse at center, hsla(201,43%,39%,1) 0%,hsla(201,43%,39%,1) 8%,hsla(201,43%,39%,0.34) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39708e', endColorstr='#5739708e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#XMAS_box {
	text-align:center;
	z-index: 1001;
	margin-left:auto;
	margin-right:auto;
	margin-top:10vh;
	cursor:pointer;
}