@media (min-width: 1600px) {
	body {
		background-image: url('../../images/xmas.png'),url('../../images/xmas3.png');
		background-repeat: no-repeat, no-repeat;
		background-size: 300px auto, 220px auto;
		background-position: 0px 200px, top right;
	}
}