body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#7F7F7F;
	scrollbar-3dlight-color:#666666;
	scrollbar-darkshadow-color:#666666;
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color:#666666;
	scrollbar-track-color:#3B3B3B;
}
#principal {
   width: 645px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   
}
#pagina {
	width: 645px;
	position: absolute;
	top: 230px;
	left: 0px;
	background-color: #FFFFFF;
}
#head {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 300px;
	width: 645px;
}
#codigo {
	left: 0px;
	width: 645px;
	height: auto;
}
.rodape, .rodape:visited, .rodape:hover, .rodape:active {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.titulo {
font-family: Arial, Helvetica, sans-serif; 
font-size: 15px; 
color: #F17201; 
font-weight: bold; 
text-decoration: none;
}

.subtitulo {
font-family: Arial, Helvetica, sans-serif; 
font-size: 15px; 
color: #E3E3E3; 
font-weight: bold; 
text-decoration: none;
}

