/**
 * Falling Leaves
 * Provided by http://www.top-site-list.com
 */
 .fallingLeaf
 {
     position:absolute;
     background-color:transparent;
     background-image:url(leaves.png);
     -webkit-transform:translateZ(0);
     -moz-transform:translateZ(0);
     transform:translateZ(0)
}