p {
	width: 400px;
	height:200px;
	border:20px solid rgba(255,0,0,0.25);
	padding: 10px;
	background-image: url(sunflower.jpg);
}
#type1 { background-clip: border-box; }
#type2 { background-clip: padding-box; }
#type3 { background-clip: content-box; }
