.body_overlay_box  {	
	position: absolute;
	top: 0;
	width: 100%;
	height: 0;	
	left: 0;
	z-index: 30;
	display: block;
	background: transparent url(../../images/elements/png/overlay_gradient.png) repeat-x center top;
	margin-top: 0;
	
	    -webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size:  contain;
	background-size:  contain;		
}

#extraContainer2 .boxOpened  {	 }

/* 

	    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
	
	    -webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size:  contain;
	background-size:  contain;	
	
	 */

/* 

.body_overlay_box  {	
	position: absolute;
	top: 0;
	width: 100%;
	height: 0;	

	left: 0;
	z-index: 30;
	display: block;
	background: #4e2314 none repeat;
	opacity: 0.99;
}

 */

