body {background-color: #fff;}
#extraContainer1box_top, #extraContainer2box_top, #extraContainer3box_top {	  
background: url(../images/elements/tape_3.png) no-repeat center top;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
#extraContainer1box_bottom, #extraContainer2box_bottom, #extraContainer3box_bottom, #extraContainer4box_bottom {	  
background: url(../images/elements/tape_3_bottom.png) no-repeat center bottom;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), 
/*only screen and (-Webkit-min-device-pixel-ratio: 1.3312500715255737),*/ 
only screen and (-Webkit-min-device-pixel-ratio: 1.3),  
only screen and (-moz-min-device-pixel-ratio: 1.5), 
only screen and (-o-min-device-pixel-ratio: 3/2), 
only screen and (min-device-pixel-ratio: 1.5), 
only screen and (min-resolution: 192dpi), 
only screen and (min-resolution: 2dppx) {

#extraContainer1box_top, #extraContainer2box_top, #extraContainer3box_top {	  
background: url(../images/elements/tape_3_2x.png) no-repeat center top; 
width: 100%;
height: 60px;	
		-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
#extraContainer1box_bottom, #extraContainer2box_bottom, #extraContainer3box_bottom, #extraContainer4box_bottom {	  
background: url(../images/elements/tape_3_bottom_2x.png) no-repeat center bottom;
width: 100%;
height: 60px;	
		-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	 }
}