@charset "utf-8";

@import url(base.css);
@import url(common.css);

/*======================================

     Flash Image Loader

=======================================*/

div#imageLoaderBox {
	float: right;
	margin: 0 0 5px 5px;
	width: 400px;
	height: 400px;
	overflow: hidden;
	background: #000 url("../background/dammy_flash.jpg") top left no-repeat;
	/* for IE Margin Bug */
	display: inline;
}