@charset "UTF-8";

/* Shading CSS File */
#shading_click {
  position: absolute;
  background: url(../images/shading/shading.overlay.black.png) repeat;
  width: 100%;
  height: 2000px;
  top: 0px;
	z-index: 999;
	overflow: visible;
}

#shading_content {
	position: absolute;
  width: 553px;
  height: 384px;
	left:50%;
	top:50%;
	margin: 145px 0 0 -280px;
	z-index: 999;
	overflow: visible;
}
