@CHARSET "UTF-8";
/*Ajax FOG*/
.fog_box{
	position:relative;
	width:440px;
}
.fog{
  background:url(img/fog.png);
  position:absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index:100;
}
 .fog img{
  background:url(img/fog_logo.gif);
  background-position:center center;
  background-repeat:no-repeat;
  position:absolute;
  top:50%;
  margin-top:-17px;
  left:50%;
  margin-left:-75px;
  width:150px;
  height:35px;
}
