body {
	font-family: trebuchet, sans-serif;
	font-weight: normal;
	font-size: 200%;
	width: 90%;
	margin: 5px 30px;
	background-color: #FACFF9;
	color: #FF00FF;
}
p {
	margin-top: 100px;
}
div {
	width: 80%;
	height: 600px;
	border: 5px solid #800040;
	margin: 50px;
	padding: 20px;
	background: url("linea.png") left top repeat-x,
	url("colores.jpg") left center repeat-x, 
	url("rectang_sombra.jpg") left bottom repeat-x;
	background-color: #FFFFFF; 
	border-radius: 36px;
	box-shadow: inset 0 0 5px 5px #5B5E51;
}
