Image Back-Layered on IE

He has: 1,380 posts

Joined: Feb 2002

Anybody know why the image on the right is back a layer on IE? It works fine on Mozilla and Firefox. The page is at terrifictots.com

I tried z-index...didnt' help. It seems that the text isn't auto-wrapping, like it should. I am using a non-table layout! YEAH! My third creation, and it's getting easier each time. (BTW, I'm going backwards to all my sites to do redesigns...tableless)

So yeah, heres teh css...text is the body paragraphs and the image is graphic:

#text {
width: 70%;
align: left;
float: right;
text-align: left;
}

#graphic {
align: right;
float: right;
position: relative;
display: inline;
}
'Thanks