body {
	margin: 0px;
	padding: 0px;
	background-color:#914271;
	background-image: url(imagenes/back.jpg);
}
#shadow {
	width:100%;
	height:100%;
		
	background-image:url(imagenes/background-shadow.png);
	background-position: center;
	background-repeat:no-repeat;
	margin: 0px;
}
#container {
	height:550px;
	width:1000px;
	margin-top: -275px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 50%;	
}


