#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center; /* no IE5 centraliza tudo, além do texto* - gatilho*/
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0d0d0d;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#miolo {
	width:778px;
	margin: 0 auto;
	
}

	a:link {
		text-decoration:none;
		color:#FFFFFF;
	}
	a:visited  {
		text-decoration:none;
		color:#FFFFFF;
	}
	a:hover {
		text-decoration:none;
		color:#FF0000;
	}
	a:active {
		text-decoration:none;
		color:#FF0000;
	}

	#topo {
		width: 778px;
		height: 229px;
		margin: 0 auto;
		padding-top: 89px;
	}
	#lateral_esq {
		float:left;
		width:9px;
		height:360px;
		background-color: #282828;
	}
	#loop {
		float:left;
		width:259px;
		background-color: #0d0d0d;
	}
	#txt {
		float:left;
		width:500px;
		text-align:left;
	}
	#txt_aviso {
		margin-top: 90px;
		text-align:center;
		font-size:14px;
		font-weight:bold;
	}
	#lateral_dir {
		float:right;
		width:9px;
		height:360px;
		margin-left: 1px;
		background-color: #282828;
	}
	#rodape {
		width: 778px;
		height: 17px;
		background-image: url(../img/rodape.jpg);
		background-color: #292928;
		float:left;
	}
	#rodape_verm {
		width: 778px;
		height: 21px;
		background-color: #292928;
		text-align:center;
		float: left;
		background-image: url(../img/rodape_vermelho_02.jpg);
	}
	.rodape_txt {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FFFFFF;
		float:left;
		margin-left:23px;
		margin-top: 5px;
	}
	
	.rodape_txt a:link {
		text-decoration:none;
		color:#FFFFFF;
	}
	.rodape_txt a:visited  {
		text-decoration:none;
		color:#FFFFFF;
	}
	.rodape_txt a:hover {
		text-decoration:none;
		color:#FF0000;
	}
	.rodape_txt a:active {
		text-decoration:none;
		color:#FF0000;
	}


/*SCROLL*/
	#scroll {
		width: 450px;
		height: 280px;
		margin-left: 1px;
		float: left;
		position: absolute;
		}
		
	#up {
		width: 11px;
		height: 7px;
		margin-left: 600px;
		float: right;
		z-index: 50;
		position: absolute;
		}
		
	#drag {
		width: 11px;
		height: 5px;
		margin-left: 600px;
		margin-top: 13px;
		float: right;
		z-index: 50;
		position: absolute;
		}
		
	#ruler {
		width: 5px;
		height: 50px;
		margin-left: 600px;
		margin-top: 13px;
		float: right;
		z-index: 5;
		position: absolute;
		}
		
	#bg {
		width: 8px;
		height: 330px;
		margin-left: 600px;
		margin-top: 14px;
		float: right;
		z-index: 40;
		position: absolute;
		}
	#down {
		width: 11px;
		height: 7px;
		margin-left: 600px;
		margin-top: 300px;
		float: right;
		z-index: 50;
		position: absolute;
		}
		
	#contentClip {
		width: 480px;
		height: 320px;
		clip:rect('0', '518', '350', '0');
		float: right;
		visibility: visible;
		overflow: hidden;
		z-index: 11;
		position: absolute;
		}
		
	#content {
		width: 480px;
		float: right;
		visibility: visible;
		overflow: hidden;
		z-index: 110;
		position: absolute;
		}
		
/*FORM*/		
.form {
	border-style: solid; 
	border-width: 0px; 
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; 
	color: #ff0000;
	font-weight:bold;
	}
	
.enviar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../img/bt_enviar_fundo.gif);
	background-color:#0d0d0d;
	font-size: 11px;
	color: #595959;
	font-weight:bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
			
.musica {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight:bold;
	}