<style type="text/css">
body{text-align:center;min-width:300px;min-height:250px;}#ontop{position:absolute;top:310px;left:50%;margin-top:-106px;/* half elements height*/margin-left:-120px;/* half elements width*/width:310px;height:250px;background:#000;text-align:center;}
</style>
<script type="text/javascript">
function show(){e=document.getElementById('ontop');e.style.visibility='visible';}
function hide(){e=document.getElementById('ontop');e.style.visibility='hidden';}
setTimeout ("hide()", 10000) //time in milisecond to disaapar ad
</script>