<html>
<head>
<style type="text/css">
<!--
body 
{ 
background-image:url("logo.gif");
/* Defines the location of the background image (relative or absolute location) */
background-attachment:scroll;
/* Sets the image to be fixed in place and will not scroll with page content*/
background-repeat:no-repeat;
/* The background image is to display one time only */
background-position:Bottom Right; 
/* The background image will always be in the Bottom Right of the browser*/
}
-->
</style> 
</head>

<body bgcolor="#FFFFFF">


</body>
</html> 