Thanks but it didn’t change anything. I put it in Simple Custom CSS. I already had this in there to get rid of the space above the page:
/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
margin: 0 auto;
width: 940px;
}
#header {
padding: 0px 0 0;
}
I pasted your code after this, that didn’t work so I tried pasting the code after #main in the above code and that didn’t work either. Nothing changed.