Дизайн по Наруто "Lava Blue под соусом"
Сначала ставим дизайн "Lava Blue"
А, дальше вставляем в ХТМЛ-верх:

Код:
<style type="text/css">
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}
</style>

<style type="text/css">
#pun-title .title-logo {background-image : url(http://forumupload.ru/uploads/0001/ea/62/1571-1.gif);
background-repeat : no-repeat; height : 132px;
}
#pun-title .title-logo span {display: none;}
</style>

<script language="Javascript"> 
var rate = 20; 
var obj; 
var act = 0; 
var elmH = 0; 
var elmS = 128; 
var elmV = 255; 
var clrOrg; 
var TimerID; 
if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) { 
Browser = true; 
} else { 
Browser = false;} 
if (Browser) { 
document.onmouseover = doRainbowAnchor; 
document.onmouseout = stopRainbowAnchor;} 
function doRainbow(){ 
if (Browser && act != 1) { 
act = 1; 
obj = event.srcElement; 
clrOrg = obj.style.color; 
TimerID = setInterval("ChangeColor()",100);}} 
function stopRainbow(){ 
if (Browser && act != 0) { 
obj.style.color = clrOrg; 
clearInterval(TimerID); 
act = 0;}} 
function doRainbowAnchor(){ 
if (Browser && act != 1) { 
obj = event.srcElement; 
while (obj.tagName != 'A' && obj.tagName != 'BODY') { 
obj = obj.parentElement; 
if (obj.tagName == 'A' || obj.tagName == 'BODY') 
break;} 
if (obj.tagName == 'A' && obj.href != '') { 
act = 1;//osw 
clrOrg = obj.style.color; 
TimerID = setInterval("ChangeColor()",100);}}} 
function stopRainbowAnchor(){ 
if (Browser && act != 0) { 
if (obj.tagName == 'A') { 
obj.style.color = clrOrg; 
clearInterval(TimerID); 
act = 0;}}} 
function ChangeColor(){ 
obj.style.color = makeColor();} 
function makeColor(){ 
if (elmS == 0) { 
elmR = elmV; elmG = elmV; elmB = elmV;} 
else { 
t1 = elmV; 
t2 = (255 - elmS) * elmV / 255; 
t3 = elmH % 60; 
t3 = (t1 - t2) * t3 / 60; 
if (elmH < 60) { 
elmR = t1; elmB = t2; elmG = t2 + t3;} 
else if (elmH < 120) { 
elmG = t1; elmB = t2; elmR = t1 - t3;} 
else if (elmH < 180) { 
elmG = t1; elmR = t2; elmB = t2 + t3;} 
else if (elmH < 240) { 
elmB = t1; elmR = t2; elmG = t1 - t3;} 
else if (elmH < 300) { 
elmB = t1; elmG = t2; elmR = t2 + t3;} 
else if (elmH < 360) { 
elmR = t1; elmG = t2; elmB = t1 - t3;} 
else { 
elmR = 0; elmG = 0; elmB = 0;}} 
elmR = Math.floor(elmR); 
elmG = Math.floor(elmG); 
elmB = Math.floor(elmB); 
clrRGB = '#' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16); 
elmH = elmH + rate; if (elmH >= 360) elmH = 0; 
return clrRGB;}</script>
HTML-низ:
<style type="text/css">
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}
</style>

И в ХТМЛ-низ:

Код:
<style type="text/css">
HTML, BODY {background-image: url("http://i021.radikal.ru/0804/56/e54f9f9842fd.jpg")!important; background-repeat: repeat !important;}
</style>
<script type="text/javascript">
var arr=document.links
var arr1=new Array ("Ник главного админа")
var arr2=new Array ("")
var arr3=new Array ("")
var arr4=new Array ("")
var arr5=new Array ("")
var arr6=new Array ("")
var arr7=new Array ("")
var arr8=new Array ("")
var arr9=new Array ("")

for (x in arr)
{for (y in arr1)
{if (arr[x].innerHTML==arr1[y])
{
arr[x].innerHTML="<font color='#FFFF00'>"+arr[x].innerHTML+"</font>"}
}}

for (x in arr)
{for (y in arr2)
{if (arr[x].innerHTML==arr2[y])
{
arr[x].innerHTML="<font color='#006666'>"+arr[x].innerHTML+"</font>"}
}}

for (x in arr)
{for (y in arr3)
{if (arr[x].innerHTML==arr3[y])
{
arr[x].innerHTML="<font color='#6699FF'>"+arr[x].innerHTML+"</font>"}
}}

for (x in arr)
{for (y in arr4)
{if (arr[x].innerHTML==arr4[y])
{
arr[x].innerHTML="<font color='#FF0000'>"+arr[x].innerHTML+"</font>"}
}}

for (x in arr)
{for (y in arr5)
{if (arr[x].innerHTML==arr5[y])
{
arr[x].innerHTML="<font color='#FF99CC'>"+arr[x].innerHTML+"</font>"}
}}

for (x in arr)
{for (y in arr6)
{if (arr[x].innerHTML==arr6[y])
{
arr[x].innerHTML="<font color='#99CC99'>"+arr[x].innerHTML+"</font>"}
}}

for (x in arr)
{for (y in arr7)
{if (arr[x].innerHTML==arr7[y])
{
arr[x].innerHTML="<font color='#FF6600'>"+arr[x].innerHTML+"</font>"}
}}

for (x in arr)
{for (y in arr8)
{if (arr[x].innerHTML==arr8[y])
{
arr[x].innerHTML="<font color='#9933FF'>"+arr[x].innerHTML+"</font>"}
}}

for (x in arr)
{for (y in arr9)
{if (arr[x].innerHTML==arr9[y])
{
arr[x].innerHTML="<font color='#00CCFF'>"+arr[x].innerHTML+"</font>"}
}}

</script>



<style type="text/css">
TR.isticky Div.icon {
background-image : url(http://i005.radikal.ru/0712/9f/88192a72aa4a.gif);
background-repeat: no-repeat;}
</style>

<style type="text/css">
TR.iclosed Div.icon {
background-image : url(http://i009.radikal.ru/0712/33/72a63bb70637.gif);
background-repeat: no-repeat;}
</style>

<style type="text/css">
Div.icon {
background-image : url(http://i019.radikal.ru/0712/46/8780dbcc69ec.gif);
background-repeat: no-repeat;}
</style>

<style type="text/css">
TR.inew Div.icon {
background-image : url(http://i004.radikal.ru/0712/cf/a5d40a5748d6.gif);
background-repeat: no-repeat;}
</style></div>
</div>

<script language="JavaScript">
mod="За Вами следят"

str=document.URL
page=str.substring(str.lastIndexOf('/')+1)
if( page=="" || page=="index.php" ) {
  arr=document.getElementsByTagName("span")
  i=0
  while(arr[i])
  {
    if(arr[i].className=="modlist")
        arr[i].innerHTML = "(" + mod + arr[i].innerHTML.substring(11)
    i++
  }
}
</script>





<script>
greet="Коничива ^^, "
str = document.getElementById("pun-status").innerHTML
pos = str.indexOf("Привет")
document.getElementById("pun-status").innerHTML=str.substring(0,pos)+greet+str.substring(pos+8,str.length-1)
</script>

<script>
visit="Последний раз выходил на задание"
str = document.getElementById("pun-status").innerHTML
if( (pos=str.indexOf("Ваш последний визит")) != -1 )
   document.getElementById("pun-status").innerHTML=str.substring(0,pos)+visit+str.substring(pos+19,str.length-1)
</script>


<style type="text/css">#pun-stats ul.container {
background: transparent url(http://moreavatar.ru/an_anime_aaw/naruto/10.gif) no-repeat 5px 5px;
background-repeat: no-repeat;
padding-left: 120px;
}
</style>

Вот так вот делается Lava Blue под соусом!