#florariumBG {
	width: 100%;
	height:100%;
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	opacity: 0.1;
	z-index: -1;
	transition: opacity 4s ease;
}
