You currently have:
#Content
{
width:700px;
margin:0px auto;
text-align: justify;
padding:0px;
border-right:0px solid #888888;
border-left:0px solid #888888;
background-color:#ffffff;
background-attachment:scroll;
background-repeat:no-repeat;
background-position:right top;
}
I imagine you should just change it to something like:
#Content
{
width:700px;
margin:0px auto;
text-align: justify;
padding:0px;
border:1px solid #000000;
background-color:#ffffff;
background-attachment:scroll;
background-repeat:no-repeat;
background-position:right top;
}
That should do the trick. Let me know how it works!
