.snowfill {
	position: fixed;
	background-image: url('gfx/snow-texture.jpg');
	height: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999 !important;
}

.snowfill-topper {
	display: none;
	position: fixed;
	background-image: url('gfx/snow-texture-top.png');
	height: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999 !important;
}

.snowfill-fadeout {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0,0,0,.3);
	z-index: 9998;
}

.snowstorm {
	position: fixed !important;
	z-index: 9999 !important;
}
