@charset "utf-8";
/* CSS Document */

div {
	margin: 20px;
	border 1px solid black;
	width: 500px;
	height: 300px;
	background: url(tierra.jpg) left bottom repeat-x,
				url(cesped.png) left bottom repeat-x,
				url(aves.png) 50% 30% no-repeat,
				url(nubes.png) center top repeat-x;
	background-color: #a4d3ff;
	border-radius: 25px 0px;
	box-shadow: 10px 10px 5px #CCC;
}

