tak powinno działać
Kod
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Page</title>
</head>
<style>
html, body
{
background-color : #fff;
color : #000;
margin : 0;
padding : 0;
text-align : center;
}
#INFORMACJE
{
background-color : #ccc;
float : right;
height : auto;
overflow : auto;
width : 150px;
}
#MENU
{
background-color : #ccc;
float : left;
height : auto;
overflow : auto;
width : 150px;
}
#NAGLOWEK
{
background-color : #888;
}
#STOPKA
{
background-color : #888;
clear : both;
width : 780px;
}
#top
{
margin : auto;
width : 780px;
}
#TRESC
{
background-color : #fff;
float : left;
height : auto;
overflow : auto;
width : 480px;
}
</style>
<body>
<div id="top">
<div id="NAGLOWEK">Nagłówek szablonu</div>
<div id="MENU">Menu nawigacyjne</div>
<div id="TRESC">Treść strony
Treść strony Treść strony Treść strony Treść strony Treść strony Treść strony Treść strony Treść strony
Treść strony Treść strony Treść strony Treść strony Treść strony Treść strony Treść strony Treść strony
Treść strony Treść strony Treść strony Treść strony Treść strony Treść strony Treść strony Treść strony
Treść strony Treść strony Treść strony Treść strony Treść strony Treść strony Treść strony Treść strony
</div>
<div id="INFORMACJE">T. dnia, T. dnia, T. dnia, T. dnia, T. dnia,
T. dnia, T. dnia, T. dnia, T. dnia, T. dnia, T. dnia, T. dnia, T. dnia,
T. dnia, T. dnia, T. dnia, T. dnia, T. dnia, T. dnia, T. dnia, T. dnia,
T. dnia, T. dnia,
</div>
<div id="STOPKA">Stopka serwisu</div>
</div>
</body>
</html>