body, html {
	margin: 0px;
	background-color: #302F29;
	height:100%;
	background-image: url(bg.jpg);
	background-repeat: repeat;
}
* html #principal{
	height:100%; /* Para o IE6 */
}
#principal{
	position:relative;
	min-height:100%; /* Para browsera modernos */
	width: 762px;
	margin: 0 auto;
	text-align: left;
}
#topo{
	background-attachment: scroll;
	background-image: url(topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 143px;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

#votacao{
	margin:0 auto;
	text-align:center;
	
	}

#conteudo{
	padding-bottom:70px;
	text-align: left;
}
#rodape{
	background-attachment: scroll;
	background-image: url(rodape.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:absolute;
	height: 51px;
	width:100%;
	bottom:0 !important;
	text-align: center;
}
#resultado{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#btvotar img{
	height: 108px;
	width: 271px;
	margin-top: 45px;
}

/*----------- PAGINAS -----------*/

.modelo{
	width: 360px;
	background-color: #40454a;
	height: 186px;
	position: relative;
	padding: 5px;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ficha{
	clear: both;
}
.foto{
	float: left;
	height: 180px;
	width: 119px;
	margin-right: 5px;
	border: 3px solid #FFFFFF;
}
.botao{
	float: left;
}
.vota{
	float: right;
}

.enviar {
	background-image:url(votar.jpg);
	height: 33px;
	width: 89px;
	border:0px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
#btvotar{
	height: 35px;
	width:100%;
	position: relative;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#tabela{
	width: 550px;
	position: relative;
}

#tabela .nome{
	float: left;
	width: 350px;
	text-align: left;
}

#tabela .porc{
	float: right;
	width: 185px;
	text-align: right;
}
#tabela .porc span{
	font-size: 16px;
}
#tabela .nome span{
	font-size: 16px;
}
#tabela .separa{
	height: 3px;
	width: 550px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	clear: both;
}


/*----------- PAGINAS -----------*/

* {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	font-weight: normal;
}
.titulo{
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}

#resultado span{
	font-size: 11px;
	text-align: center;
}
span{
	font-size: 11px;
	text-align: left;
}

/*----------- LINKS -----------*/

a.button {
	font-size:10px;
	background-color: #40454a;
	font-style: normal;
	font-family: "Trebuchet MS", rial, Verdana;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
a.button:hover {
	background-color: #656C74;
}

#btvotar .voltar {
	background-image: url(back.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 89px;
	display: block;
	background-attachment: scroll;
	background-position: center top;
}


