#bottom {
			width:100%;
			height: 122px;
			margin: 0px;
			padding: 0px;
			position:fixed;
			bottom:0px;
			Z-INDEX: 100;
			/* for IE 6 */
			_position: absolute;
			_top: expression(eval(document.compatMode && document.compatMode == 'CSS1Compat')
				? documentElement.scrollTop + (documentElement.clientHeight - this.clientHeight)
				: document.body.scrollTop + (document.body.clientHeight - this.clientHeight) + "px");
			_left: 0px;
			_right: 0px;
			_width: expression( Math.max( document.body.offsetWidth,1002 ) + "px");
		}


/* flash¥þ¿Ã¹õ*/
#flashContainer {
			text-align: center;
			/* for Mozilla */
			min-width: 950px;
			/*min-height: 620px;*/
			width: 100%;
			height: 122px;
			/* for IE */
			width: expression( Math.max( document.body.clientWidth,950 ) + "px");
			/*height: expression( Math.max(document.body.clientHeight,620 ) + "px");*/
			position: absolute;
}