body {
	background: black url(http://gscdn.nl/dump/images/bg.jpg) 50% 0 fixed repeat;
}
.site {
	background: url(img/dumpert_vaag_large.jpg) 50% 0 no-repeat;
	max-width: 1200px;
}

#jakoekies {
	background: #66c221;
}
#extension {
	background: blue;
}

@media all and (max-width: 639px) {
	/* Mobile */
	body {
		/*background: white;*/
	}

	.site {
		width: auto;
		background-image: url(img/dumpert_vaag_small.jpg);
		min-height: 530px;
		min-width: 371px;
	}
	#jakoekies {
		width: 280px;
		height: 530px;
		margin-left: -170px;
		margin-top: -295px;
		margin-top: 0;
	}
	#extension {
		display: none;
	}
}

@media all and (min-width: 640px) and (max-width:1200px) {
	/* Tablet */
	body {
		/*background: red;*/
		min-width: 480px;
	}
	/* Tablet */
	.site {
		max-width: 768px;
		background-image: url(img/dumpert_vaag_medium.jpg);
	}
}
