Basic HTML question?

Below is code someone setup for me (index for my site):

<html>
<TITLE> knb2006 </TITLE>
<body bgcolor="#ffffff" marginheight=“0” topmargin=“0”>
<DIV ALIGN=CENTER><a href=“http://www.knbstudio.com/images/KNBPortfolio.pdf.zip”><img border=0 src=“http://www.knbstudio.com/images/kb2006.jpg” alt=“click to download portfolio”></a></DIV>
</body>

</html>

It’'s a site that shows an image - when you click on the image it downloads a file. The image thats shows up on my site centres horizontally regardless of the size of the browser window. I want the image to centre vertically aswell - what code do I need to add and where.

Pretty sad I don’t know how to do this - been a designer for 8 years but never do web stuff - only print. Any help would be appreciated.

i guess this isn’t an easy thing to do?? I know very little about html and was hoping someone could just fill in the blanks for me?? anyone???

since u used divs, i am assuming there is CSS involved
so the best way i can think of is to make the top alignment 50% and the left one too
code would look somethign like this
div.centered { top: 50%; left:50%; }
hope it helps
edit:// just realized no CSS involved so might want to use that for better results
if u need any help email me
thesparky007@gmail

thesparky007 - I emailed you - hopefully you can help me out.

replied, hope it helps