The background-origin property specifies where the background image is positioned.Note: If the background-attachment property is set to "fixed", this property has no effect.
background-origin: padding-box|border-box|content-box|initial|inherit;
#example1 { background:url(img_flwr.gif); background-repeat: no-repeat; padding:35px; background-origin: content-box;}