Possible Duplicate:
image behind adsense
i have a google ad, where i want to place an image, i tired the css, but the image is not coming properly, my google ad size is height=280, width=336 the image url is http://www.clker.com/cliparts/e/p/V/F/o/0/notepad-hi.png
i want this image behind my ad, i tried this following code:-
{
background:url("http://www.clker.com/cliparts/e/p/V/F/o/0/notepad-hi.png")transparent;
height: 300px;
padding: 50px 30px 0;
width: 350px;
}