.fondo {
	background-attachment: fixed;
	background-image: url(fondo.jpg);
	background-repeat: no-repeat;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
}

