body {
	background: black url(http://gscdn.nl/gs/images/wallpaper_6.jpg) 50% 0 fixed repeat-x;
}
.site {
	background: url(img/gs_vaag_large.jpg) 50% 0;
}

#jakoekies {
	background: #f09;
}

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

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

@media all and (min-width: 481px) and (max-width:960px) {
	/* Tablet */
	body {
		/*background: red;*/
		min-width: 480px;
	}
	/* Tablet */
	.site {
		max-width: 830px;
		background-image: url(img/gs_vaag_medium.jpg);
	}
}
