html,body{
	width:100%;
	height:100%;
}
#noopt_ie6{
	position:absolute;
	top:expression(document.body.offsetHeight/2-150 + "px");
	left:expression(document.body.offsetWidth/2-250 + "px");
	width:500px;
	height:300px;
	z-index:5;
}