@charset "UTF-8";
/* CSS Document */

.iframe { height: expression(document.documentElement.clientHeight + "px"); }

#iframe_wrap {
	position:absolute;
	top: 12px;
	left: 3px;
	right: 0;
	bottom: 0;
}
