Hmm, no luck I’m afraid. I literally copy and pasted the code you posted but it doesn’t seem to have done anything.
#main {
padding: 15px;
background: #fff url(images/main-bg.png) right top repeat-y;
}
#main-fullwidth {
padding: 15px;
background: #ffffff;
}
#content {
border-right: 1px solid #000000;
float: left;
overflow: hidden;
padding-right: 10px;
width: 599px;
}
#sidebar-primary {
overflow: hidden;
float: left;
width: 300px;
margin-left: 15px;
background: #ffffff
That’s what I’ve got so far, I’m just not sure what’s creating the messy block of blue, and if you scroll down the actual page most of the sidebar is still blue.