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;
}

#conteudo{
	padding-bottom:70px;
	text-align: center;
}
#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;
}

#conteudo p{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 400px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.formularios{
	height: 85px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: text-bottom;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-top: 30px;
}

.questoes{
	float: left;
	height: 65px;
	width: 395px;
	text-align: left;
	padding-top: 20px;
}

.resposta{
	float: left;
	height: 85px;
	width: 300px;
}

.numero{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 35px;
	font-weight: bold;
	color: #cccccc;
}

.pergunta{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.campos{
	height: 18px;
	width: 295px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom: 4px;
}

#btvotar{
	height: 35px;
	width:100%;
	position: relative;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

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

.enviar {
	background-image:url(votar.jpg);
	height: 33px;
	width: 89px;
	border:0px;
	background-repeat: no-repeat;
	margin-top: 10px;
}


