html body {padding-top: 0;}#header {display: none;}#content {background: url(http://ic.pics.livejournal.com/mergatrude/1028676/114853/114853_original.png) 16px 0px no-repeat;padding: 205px 0 0;width: 816px;}
no subject
Date: 2014-07-17 04:46 am (UTC)Try this instead then:
html body {
padding-top: 0;
}
#header {
display: none;
}
#content {
background: url(http://ic.pics.livejournal.com/mergatrude/1028676/114853/114853_original.png) 16px 0px no-repeat;
padding: 205px 0 0;
width: 816px;
}
That should line up with the left of the second column as well as make sure the width of the second column matches the width of the banner. :)