body
{
	margin: 0;
	padding: 0;
}

.bg
{
	position: relative;
	background-color: #00fdff ;
	background-image: url(Forest2.png), url(Forest3.png), url(Forest.png);
	height: 100vh;
	background-size: cover;
	background-position: 0 0, 0 0, 0 0;
	background-repeat: repeat-x, repeat-x, repeat-x;
	animation: animate 120s linear infinite;
}



@keyframes animate
{
	from {
		background-position: 0 0, 800 0, 0 0;
	}
	to {
		background-position: 100% 0, -900px 0, -1240px 0;
	}
}

.placa1{
	
	width:153px;
	height:215px;
	position: absolute;
	bottom: 0px;
}

.placa2{
	
	width:153px;
	height:215px;
	position: absolute;
	bottom: 0px;
	left:200px;
}



