For the rest of it, do you have a link so we can see the whole thing?
Hey,
I have a site that has a body css style in it, that implements a background image that sits fixed on the bottom right hand corner, and a DIV centering for the page. Problem is, they both can't work together in my coding:
<style type="text/css">
body
{text-align: center;
}
{
background: #000000 url('azbg.gif') no-repeat fixed bottom right;
}
.centered80
{
position: absolute;
left: 10%;
right: 10%
}
#container {
margin: 0 auto;
width: xxxpx;
text-align: left;
}
</style>
Strangely enough, however, I can switch the background coding before the centering coding and the background will work but the centering will not, and vice versa, such as the coding given above. Is there a way I could fix this?
For examples, visit http://amethystzazzle.com/buttons.php (background) or http://amethystzazzle.com/test.php (centering).
Thank you for your help!

Chowhound
Comic Vine
GameFAQs
GameSpot
Giant Bomb
TechRepublic