/* CSS Document */

#tituloExercicio{
	position:absolute;
	left: 452px;
	top: 30px;	
}

#painelExercicio{
	position:absolute;	
	top: 169px;
	left: 20px;		
}

.btnVoltarExe{
	position:absolute;
	background:url(../img/btSimples_voltar.png);
	background-repeat:no-repeat;
	width:220px;
	height:92px;
	top: 675px;
	left: 266px;	
}

.btnAvancarExe{
	position:absolute;
	background:url(../img/btSimples_avancar.png);
	background-repeat:no-repeat;
	width:220px;
	height:92px;
	top: 675px;
	left: 599px;	
}