<!DOCTYPE html>
<html>

<HEAD>
<TITLE>Background-Position #4</TITLE>
<style>
    #logo { position:absolute;
            bottom: 0;
            right: 0
          }         
</style>
</HEAD>

<BODY> 

<P STYLE="font-size:large;">
This image is positioned with the X and Y values set to BOTTOM and RIGHT. 
<BR><BR>
This is good for company logos displayed at the bottom right of every screen.  Sort of like a company stamp effect. 

<img id=logo src=/~sultans/html/demo/css/img/ibm.gif
</P>

</BODY>
</HTML>