~!*! to nie będzie działać
Wszystko między body, zawrzyj w divie np. page.
Elementowi * nadaj width: 100%
Elementowi #page nadaj width: 900px;
CODE
<head>
<style type="text/css">
/* <![CDATA[ */
* {
background: #000000;
font-family: verdana;
font-size: 12px;
width: 100%;
margin: 10px auto 0 auto;
}
#page { width: 900px; }
.menu {
font-size: 14pt;
text-align: center;
width: 900px;
height: 50px;
background: url("http://img256.imageshack.us/img256/4079/img01.png");
}
.top {
width: 900px;
height: 130px;
}
.text {
margin: 10px 0 0 0;
width: 900px;
color: #e5e0e0;
}
.stopka {
width: 900px;
height: 50px;
color: #e5e0e0;
}
img { border: 0px; }
a { text-decoration: none; color: #ffffff; }
a:hover { text-decoration: none; color: #ffffff; background: #6a0d6e; margin: 5px 5px 5px 5px; }
a:visited { text-decoration: none; color: #ffffff; }
/* ]]> */
</style>
</head>
<body><div id="page">
<div class="menu">
<a href="http://allegro.pl/my_page.php?uid=6947295">O MNIE</a>
<a href="http://allegro.pl/show_user.php?uid=6947295">KOMENTARZE</a>
<a href="#kontakt">KONTAKT</a>
<a href="http://allegro.pl/myaccount/favourites_sellers.php/addNew/?userId=6947295&ret=%2Fshow_user.php%3Fuid%3D6947295">DO ULUBIONYCH</a>
</div>
<div class="top">
<img src="http://img46.imageshack.us/img46/749/img02d.png" alt="Logo" />
</div>
<div class="text">
<OPIS><br /><GALERIA><br /><br /><br />
</div>
<div class="stopka">
<img src="http://img638.imageshack.us/img638/8913/img04y.png" alt="stopka" /><br />
Copyright by Kamil P. ©
</div></div>
</body>