*{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0;
	padding : 0;
	background-repeat : no-repeat;
}
body{
	background-color : White;
	background-image : url(img/fundo.jpg);
	background-repeat: repeat-x;
}
ul,ol,li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu{
	position : absolute;
	left : 25px;
	top : 199px;
	width : 660px;
	height : 27px;
	display : block;
	z-index: 2;
}

#menu h3{
	float : left;
	margin-right : 8px;
	display : block;
}
#menu h3 a{
	text-indent : -3000px;
	display : block;
	height : 27px;
}
#menu h3 a.sel,
#menu h3 a:hover{
	background-position : 0 -27px;
}
#menu h3#mn1 a{	background-image : url(img/mn-emprestimo-1mil-12parcelas.gif); width : 300px;}
#menu h3#mn2 a{	background-image : url(img/mn-emprestimo-1mil-24parcelas.gif); width : 300px;}
#topo{
	position : absolute;
	left : 0;
	top : 0;
	width : 800px;
	height : 31px;
	display : block;
	background-image : url(img/topo.gif);
}

/* links topo */
#link-terra { position:absolute; width:131px; height:31px; display:block; top:0; left:0; }
#link-canal { position:absolute; width:215px; height:31px; display:block; top:0; left:131px; }
/* links topo */

#banner{
	position : absolute;
	left : 157px;
	top : 41px;
	z-index:3;
}
#titulo{
	width : 760px;
	height : 34px;
	display : block;
	position : absolute;
	left : 20px;
	top : 112px;
	text-indent:-5000px;
	background-image:url(img/titulo.gif);
	background-repeat:no-repeat;
}
#subtitulo{
	left : 20px;
	top : 112px;
	width : 760px;
	display : block;
	position : absolute;
	left : 20px;
	top : 158px;
	text-align:center;
}
#box{
	position : absolute;
	left : 20px;
	top : 224px;
	display : block;
	width : 760px;
	height: 283px;
	background-image: url(img/fundo-janela.gif);
	background-repeat: no-repeat;
	padding: 13px;
}
