<?php
#news-bg {border:0px solid yellow; position:relative; width:956px; height:500px; background-image: url(images/bg-s.png); background-repeat: repeat-y}
#news {border:0px solid black; position:absolute; bottom:50%; right:50%;}
#newst-bg {border:0px solid yellow; position:relative; width:1070px; height:500px; background-repeat: no-repeat; right top}
#newst {border:0px solid black; position:absolute; bottom:0%; right:0%;}
#stopka-bg {border:0px solid yellow; position:relative; width:0px; height:0px;}
#stopka {border:0px solid black; position:absolute; bottom:-50px; right:-473px;}
?>
W class, też nie działa:
<?php
<div class="newst-bg">
<div class="newst">
<div class="news-bg">
<div class="news">
<center>
<table bgcolor="#C0C0C0" width="700">
<tr>
<td><font color="maroon"><h1><p style="font-family: fantasy"><span style='background-color:#EEEEEE;padding:2px'>Wielkie otwarcie!</span></p></h1></font></td>
</tr>
</table>
<table bgcolor="#C0C0C0" width="700" height="200" >
<tr>
<td>
<p style="font-family: arial">
tu jest treść
</p>
</td>
</tr>
</table>
</center>
</div>
</div>
<div class="stopka-bg">
<div class="stopka">
<img src="images/stopka.png" />
</div>
</div>
</div>
</div>
<br /><br /><br /><br />
?>
<?php
.news-bg {border:0px solid yellow; position:relative; width:956px; height:500px; background-image: url(images/bg-s.png); background-repeat: repeat-y}
.news {border:0px solid black; position:absolute; bottom:50%; right:50%;}
.newst-bg {border:0px solid yellow; position:relative; width:1070px; height:500px; background-repeat: no-repeat; right top}
.newst {border:0px solid black; position:absolute; bottom:0%; right:0%;}
.stopka-bg {border:0px solid yellow; position:relative; width:0px; height:0px;}
.stopka {border:0px solid black; position:absolute; bottom:-50px; right:-473px;}
?>