@charset "utf-8";
img.fix
{
	behavior: url(js/iepngfix.htc);
}

#logo-footer img { visibility: hidden; }
#logo-footer:link,
#logo-footer:visited {
	background: top left repeat url(../gfx/blank.gif);
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='file:///C:/Documents%20and%20Settings/RainerK/Desktop/finantsinspektsioon/html/gfx/logo-footer.png',sizingMethod='crop');
}

div.stripe,
div.stripe2 { 
	width: expression((document.body.clientWidth / 2));	
}

/*body,
html { height: 100%; width: 100%; }*/


/* IE6 Fixed position fix */

  /*html, body {
	  height: 100%;
	  overflow: auto;
  }*/
  #overlay  {
	  position: absolute;
  }
	  
/** html
    {
    overflow-y: hidden;
    }

* html body
    {
    height: 100%;
    overflow: auto;
    }

#overlay { position: absolute; filter: alpha(opacity = 60); }*/