I had a black 10-px wide border around the whole thing, but I seem to have lost it somehow and can't figure out what part of style.css I screwed up or need to fix. Here's the top of what I have for style.css:
Code:
body {
background: #111111 url(images/bg.png);
width: 960px;
color: #333333;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
margin: 0px auto 0px;
padding: 0px;
}
#wrap {
background: #EEEEEE;
width: 960px;
margin: 10px auto 10px;
padding: 0px;
position: relative;
border: 10px #333333;
}
The site is
http://www.pogowasright.org and I'd like to restore the border around it. Thanks for any help.
/PogoFan