> Why won't this:
> img.topImage {
> position: absolute;
> top: 0px;
> left: 0px;
> width: 100%;
> height: 140px;
> }
>
> produce a perfect 100%?
Have you reset the body?
body {margin:0;padding:0;}
ben