Код:
<style type="text/css">
#pun {
width : 85%;
}
</style>


<style type="text/css"> #pun-main h2 {
color : #FF0000;
background-color : transparent; background-image : url();
}
</style>

<style type="text/css">#pun-main td {
border-color : #00FFFF;
border-width: 1px;}
</style>


<style type="text/css"> #pun th {
color: red; background-color : #00FFCC; background-image : url();
}
</style>



<script>
var tit = document.title;
var c = 0;
function writetitle() {
if (document.all || document.getElementById) {
  document.title = tit.substring(0,c);
  if (c==tit.length) {
    c = 0;
    setTimeout("writetitle()", 3000)
  }
  else {
    c++;
    setTimeout("writetitle()", 200)
  }
}
}

writetitle()
</script>


<style type="text/css">
#pun-title table {
height: 233px;
background: url(http://savepic.net/781936.jpg) no-repeat top center;
}

#pun-title h1 {
background-image: none;
}
</style>


<style type="text/css">
.tclcon h3 a {
color: red !important;
}
</style>


<style>
#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 500px; top: 2000px
}
</style>