/*
  Landscape styles for IE 5.0
  Author: Tom W.M. <http://freecog.net/>
  Created: July 29, 2006
  Modified: 11:36 p.m. Saturday, July 29, 2006
*/

/* Use AlphaImageLoader:  it allows click-through on 
   transparent areas.  (Firefox should add something like this!) */

#mountain * {
	display: none;
}

#mountain {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='SilhouetteBW.png', sizingMethod=crop);
	width: 1006px;
	height: 230px;
	background: none;
}