#div1 {
	height: 223px;
	width: 320px;
	border: 5px solid #C00;
	border-radius: 20px;
	box-shadow: 0 0 5px 5px #888;
	background: url(SonicSprite3.png) center bottom no-repeat,
				url(Ground2.png) left bottom repeat-x,
				url(Background.jpg) left bottom repeat-x;
}