body {
   /* */
	background-image:url('../imagini/static/bg/2021/fundal-ZNCR.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	
	background-image:url('../imagini/static/bg/2018/bg_15.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	/* */
}

/* background Craciun */
#headerBG {
	height:150px; 
	position:fixed; 
	top:0px;
	width:100%;  
	background-image:url('../imagini/static/bg/2018/gar_02a.gif');
	background-repeat:repeat-x;
}
#footerBG {
	height:350px; 
	position:fixed; 
	bottom:0%;
	width:100%;  
	background-image:url('../imagini/static/bg/2018/gar_02b.gif');
	background-repeat:repeat-x;
}
#cont-top {
	position:relative;
	z-index:1;
}
/* */