@charset "utf-8";

			body
			{
				margin : 0 ;
				padding : 0 ;
				background-color: #FFFFFF ;
			}

			#holder
			{
				position : absolute ;
				top  : 0 ;
				left : 0 ;
				width : 100% ;
				display : none ;
				z-index : 100 ;
			}

			#holderbg
			{
				position : absolute ;
				top : 0 ;
				left : 0 ;
				width : 100% ;
				display : none ;
				z-index : 99 ;

				/* 091124 */
				cursor: pointer;
				background-image: url(/coffee/graphic/index/bg.png);
				_background: none;
				_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src=/coffee/graphic/index/bg.png);
			}
