@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background-image: url(img/bg-geral.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
}

a {
	color: #2f2f2f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
border: 0;
}
#site {
	width: 1004px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
