body {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
 background: url(../imagens/layout/rodape.png);
	background-repeat: repeat-x;
}
a { 
	text-transform: none;
	text-decoration: none;
	color: #BF4D00;
}
a:hover {
	color: #980074; 
}
#rodape {
	position: relative;
	width: 960px;
	height: 200px;
 margin: auto;
 padding: 15px 30px;
}
#rodape img {
 margin-left: 25px; 
}
#copy {
	margin-top: 30px;
	font-size: 13px;
	color: #BF4D00; 
 text-align: center; 
}
