body {background-color: #fff;}
#extraContainer1box_top, #extraContainer2box_top, #extraContainer3box_top {	  
background: url(../images/elements/tape_12.png) repeat-x left top;
}
#extraContainer1box_bottom, #extraContainer2box_bottom, #extraContainer3box_bottom, #extraContainer4box_bottom {	  
background: url(../images/elements/tape_12_bottom.png) repeat-x 16px bottom;
}
@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_12_2x.png) repeat-x center top;
background-size: 31px 60px;
}
#extraContainer1box_bottom, #extraContainer2box_bottom, #extraContainer3box_bottom, #extraContainer4box_bottom {	  
background: url(../images/elements/tape_12_bottom_2x.png) repeat-x center bottom;
background-size: 31px 60px;
 }
}