@charset "utf-8";
/* CSS Document */


html, body {
	margin: auto;
	float: none;
	height: auto;
	width: auto;
	background-color: #F2F2F2;
}



#site {
	width: 800px;
	margin: auto;
	float: none;
}

#site #logo {
	margin: auto;
	float: none;
	height: 132px;
	width: 763px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
}

#site #conteudo {
	margin: auto;
	float: none;
	height: 440px;
	width: 763px;
	background-image: url(../img/home.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}
#site #rodape {
	margin: auto;
	float: none;
	height: 47px;
	width: 763px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
}
#site #websitemais {
	margin: auto;
	float: none;
	height: 30px;
	width: 763px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFF00;
}
