Using Web Developer I've tried different variations like so:
#rap {
background: #ffffff;
<div>
background-color: #ffffff;
height: 100%;
margin-top: 0pt;
margin-right: auto;
margin-bottom: 0pt;
margin-left: auto;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
width: 880px;
</div>
}
...and so...
#rap {
<div>
background: #ffffff;
float:left;
background-color: #ffffff;
height: 100%;
margin-top: 0pt;
margin-right: auto;
margin-bottom: 0pt;
margin-left: auto;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
width: 880px;
</div>
}
...with either the result of removing the white box on top, getting it back, or moving the whole thing to the left and getting the white background as it's supposed to be.
AS I'm not well versed in the phrasings of code, an example snippet would probably help me more than saying put "something on something". Found out how to do a <div></div> though, cheers for that:-)
It's not the end of the world, but it would be nice to fix this. Thanks a lot for your help so far!