LINK
Tam gdzie pisze: "cdfds" jest menu

Jak widzicie nie jest one do końca dociągnięte, wiecie moze jak to naprawić aby to dorównało się do tego obok?
Oto 2 pliki index i styl
index :
Kod
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<meta http-equiv="Content-Language" content="pl" />
<meta name="Keywords" content="XX" />
<meta name="Description" content="XX" />
<meta name="Robots" content="ALL" />
<meta name="Author" content="Kurczak610" />
<link rel="stylesheet" href="style.css" type="text/css" />
<title>Safarigames</title>
</head>
<body>
<center>
<div id="logo"></div>
<div id="lewastrona">
<div id="menu">
cdfds
</div>
</div>
<div id="prawastrona">
<div id="tlo">
gsd<BR>sa<BR>sa<BR>sa<BR>sa<BR>sa<BR>sa<BR>sa<BR>sa<BR>
<div id="stopka">
</div>
</div>
</div>
</center>
</body>
</html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<meta http-equiv="Content-Language" content="pl" />
<meta name="Keywords" content="XX" />
<meta name="Description" content="XX" />
<meta name="Robots" content="ALL" />
<meta name="Author" content="Kurczak610" />
<link rel="stylesheet" href="style.css" type="text/css" />
<title>Safarigames</title>
</head>
<body>
<center>
<div id="logo"></div>
<div id="lewastrona">
<div id="menu">
cdfds
</div>
</div>
<div id="prawastrona">
<div id="tlo">
gsd<BR>sa<BR>sa<BR>sa<BR>sa<BR>sa<BR>sa<BR>sa<BR>sa<BR>
<div id="stopka">
</div>
</div>
</div>
</center>
</body>
</html>
Styl:
Kod
#logo {
background:url(logo.bmp);
width: 800px;
height: 342px;
}
#tlo {
background:url(stronatlo.bmp);
width: 624px;
}
#stopka {
background:url(stopka.bmp);
height: 58px;
margin-left: -175px;
}
#menu {
background:url(menu.bmp);
}
img {
border: 0px;
}
body {
font-family: Tahoma, Helvetica, sans-serif;
font-size: 12px;
background:url(tlo.bmp);
color: black;
}
table,td {
font-family:Tahoma, Helvetica, sans-serif;
font-size:12px;
}
a:link {
color: #000000;
text-decoration:none;
font-weight: bold;
}
a:visited {
color: #000000;
text-decoration:none;
font-weight: bold;
}
a:hover {
color: #000000;
text-decoration:none;
font-weight: bold;
}
a:active {
color: #000000;
text-decoration:none;
font-weight: bold;
}
#lewastrona {
width: 177px;
z-index:1;
position: absolute;
margin-left: 232px;
}
#prawastrona {
width: 450px;
z-index:1;
position: absolute;
margin-left: 407px;
}
background:url(logo.bmp);
width: 800px;
height: 342px;
}
#tlo {
background:url(stronatlo.bmp);
width: 624px;
}
#stopka {
background:url(stopka.bmp);
height: 58px;
margin-left: -175px;
}
#menu {
background:url(menu.bmp);
}
img {
border: 0px;
}
body {
font-family: Tahoma, Helvetica, sans-serif;
font-size: 12px;
background:url(tlo.bmp);
color: black;
}
table,td {
font-family:Tahoma, Helvetica, sans-serif;
font-size:12px;
}
a:link {
color: #000000;
text-decoration:none;
font-weight: bold;
}
a:visited {
color: #000000;
text-decoration:none;
font-weight: bold;
}
a:hover {
color: #000000;
text-decoration:none;
font-weight: bold;
}
a:active {
color: #000000;
text-decoration:none;
font-weight: bold;
}
#lewastrona {
width: 177px;
z-index:1;
position: absolute;
margin-left: 232px;
}
#prawastrona {
width: 450px;
z-index:1;
position: absolute;
margin-left: 407px;
}
Z góry dzięki
