BODY
{
	text-align: center;
	font-family: "Courier New" , Courier, monospace;
	font-size: 100%;
}

.pagina
{
	width: 625px;
	text-align: center;
	margin-right : auto;
	margin-left : auto;
}
.fondo
{
	width: 625px;
	background-image : url(banda.JPG);
	background-repeat : repeat-y;
	background-position : right;
	float: left;
}

.texto
{
	width: 500px;
	float: left;
	text-align: left;
	margin-top : 60px;
}

.texto p
{
	text-align: left;
	line-height: 2.3ex;
}


