/***** Created by Daniel Considera
****** www.danielcb.ueuo.com *****/

body {
	background-color: #54adff;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffb956;
}
#banner {
	margin: auto;
	width: 750px;
	height: 250px;
	background-color: #ffffff;
	text-align: left;
}
#conteudo {
	margin: auto;
	width: 750px;
	/*height: 200px;*/
	background-color: #ffffff;
	/*text-align: left;*/
}
#rodape {
	margin: auto;
	width: 750px;
	height: 62px;
	background-image: url(rod.jpg);
}
#rodape2 {
	margin: auto;
	width: 750px;
	/*height: 100px;*/
	color: #FFFFFF;
	font-size: 12px;
}
p.cred {
	font-size: 10px;
	text-align: right;
}
.visitas {
	font-size: 12px;
	font-weight: bold;
	 /*color: #ffb956;*/
	font-style: italic;
}
