@charset "utf-8";
/* CSS Document */
body{
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-color:#000;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px auto;
	margin:0px auto;
}
a{
	color:#FFC;
	text-decoration:none;
}
a:visited{
	color:#FFC
	text-decoration:none;

}
a:hover{
	color:#FFF;
	text-decoration:none;
}
#corpo{
	width:950px;
	margin:0px auto;
}
#topo{
	height:150px;
}
#topo_logo{
	width:335px;
	float:left
}
#topo_busca{
	width:615px;
	height:150px;
	background-image:url(images/busca_fundo_03.png);
	float:left;
}
#menu{
	height:50px;
}
#content{
	height:550px;
}
#posts{
	width:555px;
	padding-top:55px;
	height:395px;
	float:left;
	background-image:url(images/posts_bg_11.png);
	background-repeat:no-repeat;
	margin-top:20px;
}
#posts_in{
	width:520px;
	height:370px;
	margin:0px auto;
	overflow-x:hidden;
	overflow-y:scroll;
	overflow:auto;
	
}
#direita{
	width:372px;
	height:405px;
	float:left;
	margin-top:65px;
	margin-left:20px;
}
#direita_parc{
	background-image:url(images/parceiros_bg_14.png);
	height:320px;
	background-repeat:no-repeat;
}
#direita_siga{
	background-image:url(images/siga_17.png);
	height:75px;
	margin-top:10px;
	background-repeat:no-repeat;
}
