@charset "utf-8";
/* CSS Document */

img{
	border: none;
	background: none;
}
a{
	text-decoration: none;
	background: none;
    font-size: inherit;
}
body{
	margin: 0 0 0 0;
	padding: 0;
	background: url(../imagens/bg.jpg) no-repeat top center;
}
#piPopGeral{
	width: 1000px;	
	background: url(../imagens/bg.jpg) no-repeat top center;
}
#piPopPage{
	margin: 0  auto;
	width: 778px;
	height: 1000px;
	background: url(../imagens/bg_page.jpg) no-repeat top center;
}
#piPopTop{
	margin: 0;
	float: left;
	width: 778px;
	height: 288px;
	background: none;

}
#piPopTop .piPoplogo{
	float: left;
}
#piPopTop .piPopMenu{
	float: right;
	width: 500px;
	height: 64px;	
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;	
}
#piPopTop .piPopMenu a{
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
#piPopConteudo{
	float: left;
	width: 778px;
	height: 472px;
	margin: 10px 0 0 0;
	background: none;
	overflow: hidden;
}
#piPopConteudo .piPopParticipe{
		background: none;
		margin: 0px 0 0 120px;
}
#piPopConteudo .piPopParticipe .img{
	margin: 0 0 0 60px;
	
}
#piPopRegulamento{
		overflow:auto;
		height: 472px;
		background: none;
		margin: 10px 0 0 10px;
}
