this is because orkut overlaps the display image with a transparent gif image.
so when u try to save it, all u get is that transparent image.
the solution is simple.just look into the source code of that page and locate the url of desired image.
e.g.- if ur looking at the profile of that person whos image u want to save, open source and look for this line---
<div class="navPanelTop" width="144">
<div style="background-image: url(*img1.orkut.com/images/medium/
xxxxxxxxxx/xxxxxxxxxx.jpg)
where x= some numbers
(for finding it easily, press ctrl-f and enter "navpaneltop" and search)
now the url of the desired image is --
*img1.orkut.com/images/medium/xxxxxxxxxx/xxxxxxxxxx.jpg
simple