body {
background:#93ACBC url("../images/bg.png")
top left repeat-x fixed;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #DF5203;
}
a:active {
	text-decoration: underline;
	color: #DF5203;
}
#logo {
	width: 600px;
	margin: auto;
	padding: 5px;
	padding-bottom: 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF
}
#conteudo {
	background:#93ACBC url("../images/bg2.png")	bottom repeat-x;
	width: 600px;
	margin: auto;
	padding: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	color:#FFF;
	border-style:dashed;
	color: #FFF;
}
#rodape {
	width: 600px;
	margin: auto;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-align: center;
}
.img {
	margin: 3px;
	text-decoration:none;
}

