* html {
	background:url(blank.gif) fixed;
	background-repeat: repeat;
	background-position: right bottom;
}

#trigger_div {
	position:fixed;
	_position:absolute;
	bottom:15px;
	right:15px;
	clip:rect(0 96 180 0);
	top:expression(document.body.scrollTop + document.body.clientHeight - this.clientHeight); 
	left:expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);
}

#popup_div {
	background-color: transparent;
	background-image: url(http://www.see-spot.com/store/trigger/trigger_pop.gif);
	background-repeat: no-repeat;
	position:fixed;
	_position:absolute;
	width: 217px;
	height: 250px;
	overflow: hidden;
	visibility: hidden;
	z-index: 100;
	top:expression(document.body.scrollTop - 80 + document.body.clientHeight - this.clientHeight + "px");
	right: 120px;
	bottom: 60px;
}