ciao a tutti, il mio file html è questo:

======================================

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>moooka</title>

<style type="text/css">
body {
background-image: url(logo.png);
background-repeat: no-repeat;
background-attachment:fixed;
background-position:center;
background-color: #3f3f3f;

}

</style>
<link rel="shortcut icon" href="favicon.png">
</head>
<body>
</body>
</html>

======================================

vorrei aggiungere a background-image un link, come faccio?
(in modo che si possa cliccare l'immagine che ho messo come sfondo)