#wrapper{width:960px;}

	header,ul#breadcrumb,#wrapper .crumb{
	background: url(../images/press_960.png) center top no-repeat;
	}
	
	header{
	background: url(../images/press_960.png) center top no-repeat, url(../images/highlight.png) center top no-repeat;
	}
	
	#wrapper .contentTop, section{
	background: url(../images/press_960.png) center top no-repeat, url(../images/breadcrumb.png) repeat-x center top;
	}

#mainContent{
width: 620px;
}

@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi){

	header,ul#breadcrumb,#wrapper .crumb{
	background: url(../images/press_960_2x.png) center top no-repeat;
	background-size: 1200px 10px;
	}
	
	header{
	background: url(../images/press_960_2x.png) center top no-repeat, url(../images/highlight_2x.png) center top no-repeat;
	background-size: 1200px 10px,900px 135px;
	}
	
	#wrapper .contentTop, section{
	background: url(../images/press_960_2x.png) center top no-repeat, url(../images/breadcrumb.png) repeat-x center top;
	background-size: 1200px 10px,2px 60px;
	}
}