<img src="path.png" alt="alternate" height="50px" >
background-image:url(path.png);
background-color: white;
background-repeat: no-repeat; (repeat, repeat-x, repeat-y)
background-position: bottom left;
background-attachment: fixed;