Yes, Dr. Byte's code works like a dream in Mozilla based browsers, but in IE it's not so easy....
Try messing with this html though, it's quite good:
PHP Code:
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<style>
v\:* { behavior: url(#default#VML); }
</style>
<!--[if gte mso 9]>
<xml><o:shapedefaults v:ext="edit" spidmax="1027"/>
</xml><![endif]-->
<link rel="File-List" href="new_page_1_files/filelist.xml">
</head>
<body>
<p><!--[if gte vml 1]><v:roundrect id="_x0000_s1025"
alt="" style='position:absolute;left:75pt;top:112.5pt;width:561pt;height:712.5pt;
z-index:0' arcsize="13107f" fillcolor="#fcfcfc" strokeweight="2.46856mm">
<v:shadow on="t" color="#b3b3b3" offset="3.75pt,3.75pt"/>
</v:roundrect><![endif]--><![if !vml]><span style='mso-ignore:vglayout;
position:absolute;z-index:0;left:95px;top:145px;width:763px;height:965px'><img
width=763 height=965 src="new_page_18_files/image001.gif" v:shapes="_x0000_s1025"></span><![endif]></p>
</body>
</html>