<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<title>Tarnowski Portal Ogłoszeniowy</title>
<style type="text/css">
body{
font-family:Arial, Helvetica, sans-serif;
background: url(grafika/body.jpg) repeat left top;
margin:0px;
padding: 10px 00 0 0px;
font: 12px Georgia, "Times New Roman", Times, serif;
font-color: #6495ED;
}
.calosc{
float:top;
margin:auto;
width:900px;
height:auto;
}
.goraleft{
float:left;
margin:auto;
width:300px;
height:35px;
background: url(grafika/logogora.png) no-repeat left top;
}
.goracenter{
float:left;
margin:auto;
width:300px;
height:35px;
background: url(grafika/logogora.png) no-repeat top;
font: 11px Georgia, "Times New Roman", Times, serif;
color: white;
}
.goraright{
float:right;
margin:auto;
width:300px;
height:35px;
background: url(grafika/logogora.png) no-repeat right top;
font: 11px Georgia, "Times New Roman", Times, serif;
color: white;
}
.logo{
float:left;
margin:auto;
width:900px;
height:140px;
background: url(grafika/logo.jpg) no-repeat right top;
}
.dolleft{
float:left;
margin:auto;
width:240px;
height:40px;
background: url(grafika/logodol.png) repeat left top;
font: 11px Georgia, "Times New Roman", Times, serif;
color: white;
}
.dolright{
float:right;
margin:auto;
width:660px;
height:40px;
background: url(grafika/logodol.png) repeat right top;
font: 11px Georgia, "Times New Roman", Times, serif;
color: white;
}
</style>
</head>
<div class="calosc">
<div class="goraleft">
<?php include("podstrony/logogora.php"); ?>
</div>
<div class="goracenter">
<?php include("podstrony/logogoracenter.php"); ?>
</div>
<div class="goraright">
<?php include("podstrony/logogoraright.php"); ?>
</div>
<div class="logo">
<?php include("podstrony/logo.php"); ?>
</div>
<div class="dolleft">
<?php include("podstrony/logodol.php"); ?>
</div>
<div class="dolright">
<?php include("podstrony/odnosniki.php"); ?>
</div>
</div>
</body>
</html>
w Firefoxie wyglad tak jak ma byc a w IE robia sie takie luki na łaczeniach o co chodzi

pozdrawiam