/* CSS Document */

body{
	background-attachment: fixed;
	background-image: url(bg1.jpg);
	background-repeat: repeat-y;
	background-position: center top;	
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #4F5D78;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
