* html body #header { 
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/header.png');	
}

* html body #left_nav { display: inline; }

* html body .scribble,
* html body  .page_column_header, 
* html body #category_header, 
* html body #cart_header, 
* html body #login_header, 
* html body #address_header, 
* html body #login_header, 
* html body #checkout_receipt_header, 
* html body #new_account_header, 
* html body #checkout_header {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/red_header_bg.png');
}

* html body .right_column_item_short {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/right_column_item_short_bg.png');
}

* html body #shade {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/gradient_bg_bottom.png');
}

* html body .right_column_item_tall {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/right_column_item_tall_bg.png');
}

* html body .category_item_details {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/long_shadow.png');
}