@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	text-align:center;
	width:500px;
}
#tudo{
	width:900px;
	height:348;
	margin:0 auto;
}
#conteudo{
	width:900px;
	height:348;
}
.foto{
	border: 0px solid #598CA1;
}

