You can adjust the edges of your fixed width site by creating a graphic with borders and assigning that graphic to the #everything ID…
#everything {
background: #fff url("images/760.gif") repeat-y;
margin: 0 auto;
width: 760px;
padding: 0;
}