Codigos
IMAGEN CON LINK:
<a href="pon aqui la direccion deseada"
target="_self"> <img src="url de tu imagen"
border="0" alt="" /> </a>
CAMBIAR FONDO DE TU PAGINA WEB:
<style>
body
{
background-image: url(AQUI PON TU URL DE TU
IMAGEN);
background-repeat: no-repeat;
background-attachment: fixed
}
</style>