Here's the previous code:
#wrapperAnd here's the new code:
{width: 770px;
margin-left: auto;
margin-right: auto;
font-size:1em;}
and
.middle
{background: #FFF;
float: left;
height: 15px;
width: 740px;}
#wrapperI've commented out my first try. That made things worse.
{width: 95%;
margin-left: auto;
margin-right: auto;
font-size:1em;}
and
.middle
{background: #FFF;
float: left;
height: 15px;
/* width: 100%;
margin-left:15px;
margin-right:15px; */}
Here's what the profile is supposed to look like...
Top:

Bottom:

Here's what it looks like right now...
Top:

Bottom:

I currently have the bum code applied to my profile.
