#nomad {
	position: absolute; right: 0px; bottom: 0px; z-index: 32767;
}
object, embed {
	z-index: 1;
}
#nomad object, #nomad embed {
	z-index: 32767;
}

body > div#nomad {
	position: fixed;
}
<!--[if gte IE 5.5]>
    <![if lt IE 7]>
		<style type="text/css">
			div#nomad {
     		    right: auto; bottom: auto;
     		    left: expression( ( -0 - nomad.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
                top: expression( ( +0 - nomad.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
            }
        </style>
    <![endif]>
<![endif]-->