body, html {
	background-color: #7C0000;
	background-image: url('../../images/styles/kerstmis/bg-body.png');
	background-repeat: repeat-x;
	background-position: 0px -10px;
}

div#kerstmis {
	background-image: url('../../images/styles/kerstmis/sneeuw-50.png');
	background-position: center center;
	
	position: fixed;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	z-index: 4;
}
div#kerstmis img.kerstman {
	position: absolute;
	bottom: -50px;
	left: -20px;
	
	z-index: 4;
}
div#kerstmis img.kerstboom {
	position: absolute;
	bottom: 0px;
	right: 0px;
	
	z-index: 4;
}



div#center {
	position: relative;
	
	z-index: 10;
}

div#scava-bottom {
	z-index: 20;
}

div#scava-social-like {
	display: none;
}


/*
div#sinterklaas {
	position: fixed;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	z-index: 4;
}
div#sinterklaas div.side {
	background-image: url('../../images/styles/sinterklaas/zijkant-tekst.png');
	background-repeat: no-repeat;
	background-position: center 30px;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	display: block;
	width: 100%;
	height: 100%;
	
	z-index: 4;
}
div#sinterklaas div.side a {
	margin: 25px auto 0px auto;
	
	border: none;
		
	display: block;
	width: 1290px;
	height: 350px;
	
	text-decoration: none;
}
div#sinterklaas div.side a:hover {
	background-color: transparent;
	
	border: 3px dashed #ECC900;
}
div#sinterklaas div.side a span {
	display: none;
}



div#sinterklaas div.bottom {
	background-image: url('../../images/styles/sinterklaas/sint-en-pieten.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	display: block;
	width: 100%;
	height: 100%;
	
	z-index: 4;
}
div#sinterklaas div.bottom a {
	border: none;
	
	position: absolute;
	left: 0px;
	bottom: 0px;
	
	display: block;
	width: 100%;
	height: 280px;
	
	text-decoration: none;
}
div#sinterklaas div.bottom a:hover {
	background-color: transparent;
}
div#sinterklaas div.bottom a span {
	display: none;
}


*/