raczej coś w tym stylu.
CSS:
W html dajesz:
CSS:
Kod:
body{
tak jak jest
}
div.width {
width:900px; /* twoja szerokość */
min-width:900px;
margin:0 auto;
position: relative;
background: #fff url(/templates/bareing/images/bg.png) center top no-repeat;
}
W html dajesz:
Kod:
<body>
<div class="width">
<div style="position: absolute; right:0; top:0;">twoja pieczątka</div>
zawrotność strony
</div> - zamykasz tuż przed body
</body>
</html>