This is due to it being referenced under the "page" css
Create a new css attribute something like:
Code:
#page_border
{
border:1px solid #373737;
width: 902px;
margin:0 auto;
}
and stick it in the additional css section box at the bottom of your style manager
now find
HTML Code:
<!-- /logo -->
in header template
and add
HTML Code:
<div id="page_border"><!-- Start: Page border -->
after it
now find this in your footer template:
HTML Code:
<br /><br /><br />
and before add the closing div:
HTML Code:
</div><!-- End: Page border -->