<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body{
	background-image:url(../img/index-bg-geral.jpg);
	background-color:#003974;
	background-repeat:no-repeat;
}


#geral{
	width:744px;
	position:absolute;
	left:0px;
	margin-left:123px;
	height:auto;
	 *heigth:200px;
}

#topo{
	width:744px;
	float:left;
	height:auto;
	 *height:auto;
	}

#texto{
	width:461px;
	height:191px;
	 *height:191px;
/*	position:absolute;
	left:0px;
	top:177px;  */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	padding-left:10px;
	color:#FFF;
	background-image:url(../img/index-bg-texto.jpg);
	font-weight:bold;
	}


#livro1{
	width:273px;
	height:auto;
	  *height:auto;
	position:absolute;
	right:0px;
	top:177px;
}

#botao{
	width:189px;
	height:auto;
	  *height:auto;
	position:absolute;
	left:0px;
	top:368px;
}

#texto_botao{
	width:282px;
	height:auto;
	  *height:auto;
	position:absolute;
	left:189px;
	top:368px;
	}

#livro2{
	width:273px;
	height:auto;
	  *height:auto;
	position:absolute;
	right:0px;
	top:368px;
	}

#contador{
	position:absolute;
	top:550px;
	left:320px;
}


</pre></body></html>