body {
	background:url(imagens/bg.jpg) repeat-x center top;
	font-family: 'Quicksand', sans-serif;
}

#geral{
	position:relative;
	width:100%;
}

#centraliza{
	position:relative;
	margin:auto;
	width:960px;
}

#zenitech{
	position:relative;
	float:left;
	width:300px;
	min-height:100%;
	margin-top:250px;
	text-align:center;
}

#zenitech_dados{
	position:relative;
	float:right;
	width:550px;
	min-height:100%;
	margin-top:230px;
	font-size:25px;
	font-weight:400;
	color:#222;
}

.texto_maior{
	font-size:40px;
	font-weight:600;
	color:#444;
}

.texto_medio{
	font-size:30px;
	color:#333;
}

#zcms{
	position:absolute;
	bottom:0;
	float:right;
	width:99%;
	height:50px;
	text-align:right;
	overflow:hidden;
}

