*{
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
#conteudo{
	height: 800px;
	position: relative;
	left: 0;
	top: 0;
}

#conteudo.enquente{	background-image: url(img/enquete.jpg);}



#conteudo.enquenter{	background-image: url(img/enqueter.jpg);}







#conteudo h2{
	position: absolute;
	top: 260px;
	width: 250px;
	left: 0;
	text-align: center;
}
#conteudo h2.op2{
	left: 250px;
}
#votar{
	position: absolute;
	left: 100px;
	top: 320px;
	display: block;
	width: 299px;
	height: 39px;
	z-index: 3;
	text-align: center;
}
#votar a{

	width: 159px;
	height: 39px;
	display: block;
		text-align: center;
		margin: auto;
}
#conteudo h2.resp{
	font-size: 15px;
	font-weight: bold;
	color: #9bc80d;
}
