/* Fixed background no adaptive */
/*body:before {
	content: '';
	position: fixed;
	z-index: -2;
	height: 100%;
	width: 100%;
}
@media screen and (min-width: 1330px) {
	body:before {
		background: url(/local/templates/ilab_it_shop/ilab/img/background/background.png) repeat-y scroll center top;
	}
}*/