*{margin:0; padding:0}

body {background: #dadada}

div {
	width: 600px;
	height:300px;
	background: white;
	border-radius: 20px;
	margin: 10% auto;
	-webkit-box-shadow: inset -9px -9px 2px 0px #C2C2C2;
	-moz-box-shadow: inset -9px -9px 2px 0px #C2C2C2;
	box-shadow: inset -9px -9px 2px 0px #C2C2C2;
	background: url("../img/suelo.png") left bottom repeat-x, 
	url("../img/luchador.png") left bottom no-repeat, 
	url("../img/malvado.png") left bottom no-repeat; 
	background-color: #ae8fe0;
}

