Right now I have margin-top: -220px to move all the content down, but I need the background to go further down than that…here’s what I have
#content {
margin-top:-220px;
font-size: 1.2em;
background: url(‘images/bgleft.jpg’);
background-position: 0 -320px;
}