html {
	overflow: scroll;
}

body{
	margin: 0;
	padding: 0;
	background-image: url("images/bg1.jpg");
	background-repeat: repeat-y;
	background-color: #000000;
	background-position: center top;
	font-size: 14px;
	text-align: left;
}	 

p {
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}

texto1 {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}

img {
	border: 0;
}

a   {
	color: #828CF3;
}

a:hover {
	color: #F5FB4F;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}
.p-yellow {
	font-size: 22px;
	color: #FF0;
	font-weight: bold;
}

