#h-left {
	position: relative;
	top: 0;
	left: 0;
}

#header_inner {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
#snow {
	display: block;
	background:url(layout/snow.png) no-repeat;
	width: 805px;
	height: 88px;
	position: absolute;
	top: 0;
	left: 0;
}

* html #snow {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/layout/snow.png", sizingMethod="scale");
	background: none;
}


