#bg_object{background: url(/wp-content/themes/debaser/img/bg_object_3.png) bottom right no-repeat; height:100%;}

/* Generell till IE6.css */
* html #bg_object {
	background: none;
}
* html #bg_object .obj {
	position: absolute;
	right: 0;
	z-index: -1;
	top: expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+(documentElement.clientHeight-this.clientHeight) 
	: document.body.scrollTop
	+(document.body.clientHeight-this.clientHeight));}
}


/* För gitarren */
* html #bg_object .obj {
	height: 500px;
	width: 324px;
	background: url(/wp-content/themes/debaser/img/bg_object_3.png) bottom right no-repeat;
		behavior: url("/wp-content/themes/debaser/js/iepngfix.htc");
}