body {
	background-color: 1a9ac4;
	background-image: url(../images/fondoIntro.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
}
* {
	margin: 0;
	padding: 0;
}
#introFl {
	margin: 0 auto;
	width: 500px;
	height: 374px;
	position: relative;
	top: 120px;
}

#counter {
	position: relative;
	top: 130px;
}

