p {
	width: 400px;
	height:200px;
	border:20px solid rgba(255,0,0,0.25);
	padding: 10px;
	background-image: url(/prx/000/http/www.openspc2.org/reibun/CSS3/background/0202/sample/0001/css/sunflower.jpg);
	background-repeat: no-repeat;
}
#type1 { background-origin: border-box; }
#type2 { background-origin: padding-box; }
#type3 { background-origin: content-box; }
