Stronka sie nie validuje poprawnie masz jeden błąd 
Stronka ładna, przejrzysta no ale tak jak wspomnieli poprzednicy... fatalnie dobrana czcionka... daj Verdane pasuje do wszystiego, wielkosc 11 px, bo masz tam i tak wszystko male wiec... będzie dobrze

No ale niestety... linki w menu nie podświetlają sie w IE, trzeba to poprawić

Nie patrzałem w operze ale myślę, żejak w FF wygląda ok, to w Operze również będzie dobrze

Ale pamietaj sprawdzaj stronke pod kazda przegladarką

Pozdrawiam !
PS: Jak cos jeszcze zauwaze to napisze

Aha ! Skryptów java sie tak nie umieszcza:
Kod
<script type="text/javascript">
<!--
var imgs = new Array(3);
imgs[0] = "images/button_11.png";
imgs[1] = "images/button_21.png";
imgs[2] = "images/button_31.png";
imgs[3] = "images/button_41.png";
function preload()
{
var tmp = null;
for (var j = 0; j < imgs.length; j++)
{
tmp = imgs[j];
imgs[j] = new Image();
imgs[j].src = tmp;
}
}
void(preload());
//-->
</script>
Zrób tak:
Kod
<script type="text/javascript">
<![CDATA[
var imgs = new Array(3);
imgs[0] = "images/button_11.png";
imgs[1] = "images/button_21.png";
imgs[2] = "images/button_31.png";
imgs[3] = "images/button_41.png";
function preload()
{
var tmp = null;
for (var j = 0; j < imgs.length; j++)
{
tmp = imgs[j];
imgs[j] = new Image();
imgs[j].src = tmp;
}
}
void(preload());
]]>
</script>
I jeszcze jedno zajrzyj koniecznie:
Tu......tu......i tu 
Polecam