mam taki problem bo ustawiłem jako logo flash i zrobiłem że div na niego na chodzi ale div jest pod nim i jak zrobić aby był widoczny. wygląda to tak: (animacja flash to narazie samo tło)

-----Link-----
Html:
Kod
<script>
myWidth = 826;
function $S(id){
return document.getElementById(id).style;
}
function setupDivs(){
var leftMargin = parseInt((screen.width - myWidth)/2);
$S('tab1').marginLeft = leftMargin;
$S('tab2').marginLeft = leftMargin;
$S('tab4').marginLeft = leftMargin;
$S('tab3').left = 569+leftMargin;
}
</script>
<body align="center" onload="setupDivs()">
<div id="tab1"><div class="heder">
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
id="1"
width="826" height="306"
>
<param name="movie" value="menu.swf">
<param name="bgcolor" value="#243853">
<param name="quality" value="high">
<param name="allowscriptaccess" value="samedomain">
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
name="1"
width="826" height="306"
src="menu.swf"
bgcolor="#243853"
quality="high"
allowscriptaccess="samedomain"
>
<noembed>
</noembed>
</embed>
</object>
</div></div>
<div id="tab2"><div class="srodek">
<div class="tekst1">
Strona w Budowie
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
</div>
</div></div>
<div id="tab3"><div class="heder2"></div><div class="heder3"></div></div>
<div id="tab4"><div class="stopka"></div></div>
myWidth = 826;
function $S(id){
return document.getElementById(id).style;
}
function setupDivs(){
var leftMargin = parseInt((screen.width - myWidth)/2);
$S('tab1').marginLeft = leftMargin;
$S('tab2').marginLeft = leftMargin;
$S('tab4').marginLeft = leftMargin;
$S('tab3').left = 569+leftMargin;
}
</script>
<body align="center" onload="setupDivs()">
<div id="tab1"><div class="heder">
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
id="1"
width="826" height="306"
>
<param name="movie" value="menu.swf">
<param name="bgcolor" value="#243853">
<param name="quality" value="high">
<param name="allowscriptaccess" value="samedomain">
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
name="1"
width="826" height="306"
src="menu.swf"
bgcolor="#243853"
quality="high"
allowscriptaccess="samedomain"
>
<noembed>
</noembed>
</embed>
</object>
</div></div>
<div id="tab2"><div class="srodek">
<div class="tekst1">
Strona w Budowie
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
</div>
</div></div>
<div id="tab3"><div class="heder2"></div><div class="heder3"></div></div>
<div id="tab4"><div class="stopka"></div></div>
CSS(heder i obrazek 1.jpg):
Kod
div#tab1
{
width: 826px;
height: 306px;
}
div#tab3
{
position: absolute;
left: 569px;
top: 0px;
width: 257px;
height: 574px;
}
.heder
{
width: 826px;
height: 306px;
}
.heder2
{
width: 257px;
height: 350px;
background: url('images/1.jpg');
}
{
width: 826px;
height: 306px;
}
div#tab3
{
position: absolute;
left: 569px;
top: 0px;
width: 257px;
height: 574px;
}
.heder
{
width: 826px;
height: 306px;
}
.heder2
{
width: 257px;
height: 350px;
background: url('images/1.jpg');
}
Jestem początkujący więc proszę o wyrozumiałość