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

body{
	background-color:#FFF;
	width:100%;
}

#container {
	position: absolute;
	width: 1800px;
	height: 1490px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
}

#fotos {
	position: absolute;
	margin: 0px;
	background-color: none;
	width: 1800px;
	height: 1200px;
	left: 2px;
	top: 223px;
}
#rodape {
	position: absolute;
	margin: 0px;
	background-color: none;
	width: 1750px;
	height: 50px;
	left: 20px;
	top: 1400px;
}
.img {
	margin:0px;
	padding:0px;
	border:none;
	position:absolute;
	
}
