@charset "utf-8";

body{
	background-image: url(imagens/fundo.jpg);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}

#centraliza {
	width:980px;
	margin:0 auto;
}
#topo{
	width:980px;
	height:200px;
}
#meio{
	width:980px;
	height:405px;
}
#rodape{
	width:780px;
	height:55px;
	margin:0 auto;
}

