body {
	color: black;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/dist/img/elektronik_belge_back.jpg);
}

@media (max-width: 640px) {
	body {
		background-image: url(/dist/img/elektronik_belge_back.jpg);
	}
}

@media (min-width: 640px) and (max-width: 1280px) {
	body {
		background-image: url(/dist/img/elektronik_belge_back.jpg);
	}
}

@media (min-width: 1281px) {
	body {
		background-image: url(/dist/img/elektronik_belge_back.jpg);
	}
}