html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url('../img/bg_prehome.jpg') top center;
}

#containerGlobal {
	position: absolute;
	height: 450px;
	width: 950px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -475px;
}

#logo {
	position: relative;
	float: right;
	width: 126px;
}
#logo a {
	display: block;
	background: url('../img/pre_logo_iveco.png') no-repeat top left;
	width: 126px;
	padding-top: 52px;
	height: 0;
	overflow: hidden;
	text-indent: -9000px;
	text-decoration: none;
	outline: none;
}


#pergunta, #pergunta2 {
	clear: both;
	position: relative;
	margin: 0 auto;
}


#pergunta p {
	margin: 0 auto;
	background: url('../img/pre_txt_pergunta1.png') no-repeat;
	width: 631px;
	padding-top: 80px;
	height: 0;
	overflow: hidden;
	text-indent: -9000px;
}
#pergunta2 p {
	margin: 0 auto;
	background: url('../img/pre_txt_pergunta2.png') no-repeat;
	width: 323px;
	padding-top: 80px;
	height: 0;
	overflow: hidden;
	text-indent: -9000px;
}

#pergunta #opcoes, #pergunta2 #opcoes {
	clear: both;
	background: url('../img/pre_ou.png') no-repeat top center;
	margin: 0 auto;
	height: 400px;
	width: 400px;
}
#pergunta #opcao1,
#pergunta #opcao2,
#pergunta2 #opcao3,
#pergunta2 #opcao4 
{
	width: 159px;
	height: 159px;
}
#pergunta #opcao1 a,
#pergunta #opcao2 a,
#pergunta2 #opcao3 a,
#pergunta2 #opcao4 a
{
	display: block;
	width: 159px;
	padding-top: 159px;
	height: 0;
	overflow: hidden;
	text-indent: -9000px;
}
#pergunta #opcao1,
#pergunta #opcao3 { float: left; }
#pergunta #opcao2,
#pergunta #opcao4 { float: right; }

#pergunta #opcao1 a { background: url('../img/pre_btn_desempenho.png') no-repeat; }
#pergunta #opcao2 a { background: url('../img/pre_btn_economia.png') no-repeat; }
#pergunta #opcao3 a { background: url('../img/pre_btn_durabilidade.png') no-repeat; }
#pergunta #opcao4 a { background: url('../img/pre_btn_conforto.png') no-repeat; }

.clear{
clear:both;
}

#pergunta2 #opcao3 { float: left; } 
#pergunta2 #opcao4 { float: right; }

 
 
#pergunta2 #opcao3 a { background: url('../img/pre_btn_durabilidade.png') no-repeat; }
#pergunta2 #opcao4 a { background: url('../img/pre_btn_conforto.png') no-repeat; }

/************************
 * RESPOSTAS
 ******/
 #resultado {
	 margin: 0 auto;
	 background: url('../img/pre_bg_resposta.png') no-repeat top center;
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: white;
	 font-size: 11px;
	 height: 54px;
	 width: 434px;
	 padding-top: 12px;
 }
 #resultado span.result_prc {
	 color: #ffde30;
	 font-size: 16px;
	 font-weight: bold;
	 margin-left: 27px;
 }
 #resultado span.result_txt {
	 font-size: 13px;
	 text-transform: uppercase;
 }
 #resposta {
	 text-align:left;
	 width: 517px;
	 height:404px;
	 display:block;
	 margin: 0 auto;
	 position:relative;
	 background: url('../img/resp-conheca-hotsite.png') no-repeat top center;
 }
 #resposta a {
	position:relative;
	display: block;
 	width: 180px;
	height: 180px;
	text-indent:-99999px;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	top:216px;
	left:335px;
 }