html{
	background-color: #7F7F7F;
}

#page {
	position: relative;

	z-index: 1;
	width: 768px;
	height: 1024px;

	border-style: none;
	border-color: transparent;
	background-color: #FFF;

	margin-left: auto;
	margin-right: auto;

	overflow: hidden;
}

#puntos{
	position: absolute;

	z-index: 99;
	
	font-size: 20px;
	font-weight: bold;

	bottom: 20px;
	right: 20px;
}

#intro{
	position: absolute;
	width: 768px;
	height: 1024px;

	background-image: url('../images/juegoV.jpg');
	background-size: 100% 100%;
	z-index: 999;

	top: 0;
	left: 0;
}

#patro{
	position: absolute;

	z-index: 998;

	top: 598px;
	left: 342px;
}

#click{
	position: absolute;

	z-index: 999;

	top:   471px;
	left:  135px;
	width: 500px;
	height: 70px;
}