body{
background: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
line-height: 12px;
}
a{ cursor:pointer; color: #000; text-decoration: none; font-weight: bold; }

#principal{
position:relative;
width:988px;
margin:auto;
}
#fundo{
background: #FFF;
position:relative;
width:982px;
height:558px;
border:3px solid #4C4545;
z-index:1
}
	#fundo_top{
	background: url(../img/bg/bg_fundo_top2.jpg);
	width: 982px;
	height: 28px;
	}
	#fundo_bottom{
	background: url(../img/bg/bg_fundo_bottom2.jpg);
	position: absolute;
	top: 530px;
	width: 982px;
	height: 28px;
	}
#logos{
position: absolute;
top: 210px;
}
	#logos ul{
	padding-left: 120px;
	}
	#logos ul li{
	float: left;
	padding: 0 5px 0 5px;
	}
#rodape{
font-size: 10px;
text-align: center;
position: absolute;
width: 988px;
top: 500px;
z-index: 12;
}
