/* CSS Document */
* { 
	padding:0;
	margin:0;
	border:none;
	list-style:none;
}
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.block { display:block; }
.textleft { text-align:left; }

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/* html .clearfix {height: 1%;} .clearfix {display: block;}/* End hide from IE-mac */

body {
	font:12px Trebuchet MS;
	background:#CEE1FF url(../img/entrada_bg.jpg) repeat-x;
	margin-top:24px;
}
#geral {
	margin:auto;
}
#palavras {
	width:718px;
	height:77px;
	background:url(../img/entrada_rodape.jpg) no-repeat;
}