codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<style type="text/css">
<!--
#bodymiddlePan{width:800px; position:relative; margin:0 auto; padding:0 0px; background:url(foto-guida.jpg) 30px 75px no-repeat;cursor:pointer;}
-->
</style>
<script type="text/javascript">
function Link(){
self.location.href='tua_pagina.html';
}
</script>
</head>
<body>
<div id="bodymiddlePan" onclick="Link()">Proviamo</div>
</body>
</html>