Código HTML:
<html>
<head>
<script>
function oculta()
{
setTimeout("document.getElementById('contenido').style.display = 'none'",1000);
}
</script>
<style type="text/css">
#contenido {
width: 300px;
height: 200px;
margin: auto;
margin-top: 100px;
background: #2689D1;
text-align: center;
}
#contenido a {
padding-top: 50px;
display: block;
font-family: "Arial";
font-size: 30px;
color: #FFFFFF;
text-decoration: none;
}
</style>
</head>
<body>
<div id="contenido">
<a href="javascript:oculta()" >::Foros del Web::</a>
</div>
</body>
</html>
Espero te sirva
![de acuerdo](http://static.forosdelweb.com/fdwtheme/images/smilies/dedosarriba.png)
!!!