@charset "utf-8";
/* CSS Document */

/* right fixd */
* html body {
  background: url(null) fixed;
}

* html div#rc_rightArea{
	position:absolute !important;
	top: expression((documentElement.scrollTop || document.body.scrollTop) + 30 + 'px');
	left: expression((documentElement.scrollLeft || document.body.scrollLeft) + document.body.clientWidth - 90 + 'px');
}

* html div#fixed{
	position:absolute !important;
	top: expression((documentElement.scrollTop || document.body.scrollTop) + document.body.clientHeight - this.offsetHeight - 15 + 'px');
	left: expression((documentElement.scrollLeft || document.body.scrollLeft) + document.body.clientWidth -45 + 'px');
}

/* left fixd */
* html div#rc_leftArea{
	position:absolute !important;
	top: expression((documentElement.scrollTop || document.body.scrollTop) + 30 + 'px');
	right: expression((documentElement.scrollRight || document.body.scrollRight) + document.body.clientWidth - 90 + 'px');
}
