<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>

<style type="text/css">

A:link { text-decoration: none; color:#YourColor; }
A:visited { text-decoration: none; color:#YourColor; }
A:hover { text-decoration: none; color:#YourColor; }

body 
{ background: #000000; 
background-image: url(value);
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;


</style>


<script language="JavaScript" type="text/javascript"> <!--
// No rightclick script v.2.5
// (c) 1998 barts1000
// barts1000@aol.com
// This script and others available free at http://www.lissaexplains.com


var message="Sorry, that function is disabled.\n\nContents & Graphics Copyright © Wild Life Isle\nOur work is not Public Domain, and should NOT be taken from this site.\n\nThankYou."; // Message for the alert box

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> </script>


	<title>My Page</title>

</head>

<body>



</body>
</html>

