@import url(menu.css);

div#linkPerfilEng{
	width: 69px; height: 18px;
	position: absolute;
	top: 174px; left: 268px;
	z-index: 5;
}
div#linkPerfilEng a{
	width: 69px; height: 18px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}
* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: none;
	list-style: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
body{background-color: #CBCBCB;}

div#geral {
	width: 990px;
	position: relative;
	margin: 0px auto;
	top: 2px;
	background-color: #000000;
}
div#topo{
	width: 990px; height: 198px;
	background: url(../../img/topo_interno.gif) no-repeat center;
}
div#topo div#anima{
	width: 465px;
	height: 32px;
	position: relative;
	top: 60px;
	left: 55px;
	background-color: #000;
}
div#ny a{
	width: 900px;
	font-size: 11px;
	color: gray;
	font-family:"Lucida Grande", Lucida, Verdana, sans-serif !important;
	
}
div#ny{
	width: 900px;
	position: absolute;
	top: 90px;
	right: 27px;
	clear: both;
}


div#conteudo{
	background-color: #808184;
	width: 990px;
	height: 400px;
	overflow: hidden;
}

div#rodape{
	width: 990px; height: 28px;
	background-color: #000000;
	overflow: hidden;
}
div#rodape p{
	text-indent: -9000px;
}
div#rodape a#stuff{
	height: 10px; width: 100px;
	display: block;
	position: relative;
	top: -10px;
	float: right;
	color: #464646;
	font-size: 0.5em;
	font-family:  "Trebuchet MS", Arial;	
}


