body {
	background-color: #000000;
}
.Header {
	background-image: url(Camadasban.jpg);
	background-repeat: no-repeat;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
.Continente {
	width: 900px;
	height: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.Texto1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #0099FF;
	padding-left: 15px;
}
.Texto2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#Links {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	margin-top: 25px;
}
#Footer {
	background-repeat: no-repeat;
	margin-left: auto;
	width: auto;
	height: 250px;
	background-image: url(Header.jpg);
	margin-top: 50px;
	margin-right: auto;
	background-position: center;
}
.Fotos {
	float: left;
	background-image: url(Puppies.jpg);
	width: 400px;
	height: 300px;
	margin: auto;
}
.Fotos2 {
	float: left;
	background-image: url(Puppies2.jpg);
	width: 400px;
	height: 300px;
	margin: auto;
}

