Why does margin-top value not work in IE?
Works fine in FF and Safari. Here's the link
Thanks
I see your #papertop is empty. Try adding some inside to see if that does the trick.
Edit: forget it; this doesn't work.
For a quick workaround this will achive the same thing.
#papertop {
background:transparent url(images/paper_top.png) no-repeat scroll right bottom;
height:250px;
position:relative;
z-index:300;
}