body{
padding: 0px;
margin: 0px;
}

#nav{
background-color: white;
width: 100%;
height: 600px;
background-position: center;
}

.contato{
background-color: white;
width: 500px;
height: 475px;
margin: 12px 0 0 450px;
float: left;
}

.imagem{
background-image: url("epro.png");
width:500px;
height: 150px;
float: left;
margin: 5% 0 0 0;

}

.manu{

color: black;
font-size: 40px;
font-family: sans-serif;
text-align: center;
}

.Textos{

	background-color: white;
	width: 100%;
	height: 250px;
	float: left;
	font-size: 20px;
}

.txtcontato{
	color: black;
	text-align: center;
	font-family: sans-serif;


}
a{
	color: black;
}