http://wmaraci.com/forum/html-css-xml/ziyaretcilerinize-iyi-bayramlar-dileyin-91906.html

linkteki kodun left kısmını right olarak değiştirin

edit: şunun gibi

.Ramazan{
position:fixed;
z-index:9000;
right:0;
bottom:0;
width:200px; // resim dosyasinin genisligi
height:167px; // resim dosyasinin yuksekligi
background:url(http://resiminadresi.com);
-webkit-transition: background 0.5s;
-moz-transition: background 0.5s;
-o-transition:background 0.5s;
}