
/* Force PNG transparency in IE6.0 using IE PNG Alpha Fix, (c) 2004-2008 Angus Turnbull http://www.twinhelix.com 
   and set img visibility to hidden and
   run a script after loading to make the images visible - this gives iepngfix time to re-render the png
   images with transparency which hides the flicking between images*/
img 
{ 
 behavior: url(iepngfix.htc); 
 visibility: hidden;
 border: none;
}

#content
{
 behavior: url(iepngfix.htc); 
 background-image: url('images/purple_bgx.png');
 background-repeat: no-repeat;
 visibility: hidden;
}

#easelpic
{
 position: absolute;
 top: 128px;
 left: 46px;
 height: 297px;
 width: 317px;
 margin: 0px;
 padding: 0px;
}
