DIV 角丸(背景画像)
<div
	style='
		width:300px;
		height:400px;
		background: url(http://lh4.ggpht.com/_IzfbcNjqGuE/RnXmm6trKxI/AAAAAAAAABU/KBUuqiQIFAc/tree_nearHome.jpg);

		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(ie-css3.htc);

	'
></div>