Hi- I am trying to center a web page. It seems like this should be very simple to do, but apparently it isn't my day. I have successfully centered the background by calling it in the css body tag:
body
{ font-family: Trebuchet MS, Arial;
cursor : default;
background:#000000 url("Images/long-template.jpg");
background-repeat:no-repeat;
background-position: center;
background-attachment:scroll;
height: 1228px;
}
but the text layers on top of this background seem to be all over the page, depending on the monitor and browser used to view.
Is there a simple way to keep the layers on top of the centered background safely contained within its boundaries?
I am sure this is very simple and I have missed this in googling, but any help is greatly appreciated!!!
Here is its temp url: http://conceptmoxie.com/annie/junkpage.htm
Thanks.