@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFF;
	width:100%;
}
h1 {
	font: Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#333;
	font-weight:bold;
}
h2 {
	font:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	}
#container {
	position: absolute;
	width: 1100px;
	height: 970px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	left: 180;
	top: 350;
}


#fotos {
	position: absolute;
	margin: 0px;
	text-align: center;
	background-color: none;
	width: 705px;
	height: 470px;
	left: 333px;
	top: 246px;
}
#texto {
	position:absolute;
	margin:0px;
	background-color:none;
	width:705px;
	height:320px;
	left:400px;
	top:250px;
	font-size:16px;
	color: #333;
}
#insta {
	position: absolute;
	margin: 0px;
	background-color: none;
	width: 705px;
	height: 50px;
	left: 180px;
	top: 750px;
}
#rodape {
	position: absolute;
	margin: 0px;
	background-color: none;
	width: 705px;
	height: 50px;
	left: 330px;
	top: 890px;
}
.img {
	margin:0px;
	padding:0px;
	border:none;
	position:absolute;
			
}
