@CHARSET "UTF-8";
/*Ajax FOG*/
.fog_box{
	position:relative;
}
.fog{
  background:url(gfx/fog.png);
  position:absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index:100;
}
 .fog div.fog_logo{
  background:url(gfx/logo_fog.gif);
  background-position:center center;
  background-repeat:no-repeat;
  position:absolute;
  top:50%;
  margin-top:-45px;
  left:50%;
  margin-left:-118px;
  width:236px;
  height:90px;
}
