.nettingbackground {
	/* background-image: url("img/fullscreen.png"); */
	background-size: 100%;
	background-position-y: center;
	background-repeat: no-repeat;
	/* background-color: rgba(255,255,255,0.5); */
	background-blend-mode: lighten;
}

body {
	background-image: url("img/background.png");
	background-color: #f4f4f4;
	background-size: 100%;
	/*
	background-size: 2718px;
	*/
}
