* {
	outline: none;
}
h1, h2, p, li{ 
	text-indent:-20000px;
}
body { 
	background:url(../imagens/textura_fundo.png) left top repeat-x;
	min-height:670px;
}
#principal ul { 
	margin-top:255px;
	margin-left:-15px;
}
#principal ul li { 
	clear:none;
	float:left;
	list-style-type:none;
	display:block;
	width:46px;
	height:48px;
}
#principal ul li a { 
	display:block;
	width:46px;
	height:48px;
}
#principal { 
	width:830px;
	height:670px;
	background:url(../imagens/conteudo.jpg) left top no-repeat;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-415px;
}

