You guys were so good with my last question I figured I’d post this one too.
I want to have the entire content of the site surrounded by a border, which is in the body tag. this works fine except that I cannot get it to center. Here is the code. Any ideas?
body{
background-image:url(images/topbar.gif);
background-repeat:no-repeat;
background-position:center;
width:700px;
margin:0px;
border:solid;
border-color:#006600;
}