#wbm_container {
	position: fixed;
	top: 8px; left: 8px; right: 8px; bottom: 8px;
	width: expression(document.body.clientWidth > 750? document.body.clientWidth - 16 + 'px': '734px'); height: expression(document.body.clientHeight > 480? document.body.clientHeight - 16 + 'px': '464px');
	min-width: 734px; min-height: 464px;
	z-index: 9999;
	border: 1px solid #000000;
	background-color: #000000;
}

#wbm_container.unloaded {
	display: none;
}

#wbm_container.loaded {
	display: block;
}

* html #wbm_container {
	position: absolute;
}

#wbm_iframe {
	width: 100%; height: 100%;
	margin: 0px; padding: 0px;
	border: 0px;
}