This background has a weasel in a fixed location.
- background-image: url(images/weaselLeft.jpg);
- background-repeat: no-repeat;
- background-position: left 10px;
- background-attachment: fixed;
- padding-left: 97px;
- padding-top: 0px;
Note we have implemented a faux left column;
Notice back-attachment:fixed weasel is always in the upper left corner.