@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/fundo.jpg);
	background-repeat: repeat;
	text-align: center;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

#conteudo {
	text-align: center;
	width: 1296px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

img {
	border: none;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #000;
}

