div#main {
	background-image: url(images/1.jpg), url(images/2.jpg), url(images/3.jpg);
	background-repeat: repeat-x, repeat-y, repeat;
	width: 500px;
	height: 500px;
	border-style: solid;
    border-width: 3px;
	border-color: red;
	border-radius: 25px;
	box-shadow: 10px 10px 5px #888888;
}
