@charset "utf-8";
#rodape {
	float: left;
	height: 600px;
	width: 800px;
	margin-left: 150px;
	background-image: url(rodape.jpg);
}
#rodape #topo {
	float: left;
	height: 234px;
	width: 800px;
	background-image: url(topo.jpg);
	background-repeat: no-repeat;
}
#rodape #conteudo {
	float: left;
	height: 318px;
	width: 800px;
}
#rodape #conteudo #menu {
	float: left;
	height: 318px;
	width: 151px;
}
body {
	background-image: url(bady.jpg);
	background-repeat: repeat;
}
#rodape #rod {
	float: left;
	height: 48px;
	width: 800px;
	background-image: url(rodape.jpg);
	background-repeat: no-repeat;
}
#rodape #conteudo #texto .style1 a {
	color: #330000;
	text-decoration: none;
}

