html, body {
	padding: 0px;
	margin: 0px;
	text-align:center;
	background-image: url(imgs/bg_site.gif);
}
#bg_site {
	width:780px;
	margin:0 auto;
	background: #fff;
	text-align:left; /* "remédio" para o hack do IE */
	text-align:left; /* "remédio" para o hack do IE6 */	
}
#menu{
	width:747px;
	height:50px;
	background-color:#dcbbf7;
	float:left;
	margin-left:16px;
	margin-top:16px;
}
#animacao{
	width:487px;
	height:299px;
	margin-top:4px;
	margin-right:16px;
	_margin-right:1px;
	float:right;
	clear: leftt;
}
#logo{
	width:256px;
	height:299px;
	float:left;
	margin-left:16px;
	margin-top:4px;
}
#box_img{
	width:747px;
	height:59px;
	margin-top:4px;
	margin-left:16px;
	float:left;
	clear:both;
}
#texto_conteudo{
	width:700px;
	float:left;
	margin-top:18px;
	margin-right:40px;
	margin-left:40px;
	margin-bottom:16px;
	font-family:Verdana;
	font-size:11px;
	line-height:150%;
	text-decoration: none;
	color:#684287;
}
#texto_conteudo a {
	text-decoration: none;
	color: #684287;	
}
#texto_conteudo a:hover {
	color: #684287;
	text-decoration: underline;
}
#rodape{
	float:left;
	width:723px;
	height:50px;
	padding-left:24px;
	font-family:Verdana;
	margin-left:16px;
	font-size:11px;
	line-height:150%;
	text-decoration: none;
	color:#684287;
	background-color:#dcbbf7;
}
#rodape_color{
	clear:both;
	height:16px;
	width:780px;
	background: #fff;	
}