@charset "iso-8859-1";
/* Cem por cento Um */
#cem_por_cento_um{
	width:100%;
	height:110px;
	float:left;
	clear:both;
	background-color:#1B1910;
}
	#logo{
		float:left;
	}
	#dados_topo{
		width:250px;
		padding:14px 0 0 0;
		float:right;
		text-align:right;
	}
		#dados_topo li{
			float:right;
			clear:both;
			padding:3px;
			margin:0 0 3px 0;
			background-color:#63AE32;
			color:#FFF;
			font-size:10px;
		}
		
/* Cem por cento dois */
#cem_por_cento_dois{
	width:100%;
	height:322px;
	padding:15px 0;
	float:left;
	clear:both;
	background-color:#242115;
}
	#border_foto_sobre_mim{
		border:5px solid #FFF;
		float:left;
		margin-right:5px;
	}
	#texto_sobre_mim{
		color:#CCC;
	}
	#jobs{
		width:870px;
		height:140px;
		float:left;
		clear:both;
	}
		#jobs li{
			float:left;
			margin:0 19px 0 0;
		}

/* Copyright */
#copyright{
	width:100%;
	height:100px;
	float:left;
	clear:both;
	background-color:#1B1910;
}
	#texto_copy{
		float:left;
		clear:both;
		padding:31px 0 20px 0;
		font-size:10px;
		color:#CCC;
	}
	#bts_copy{
		float:left;
		clear:both;
	}
