*
{
	font-family	: sans-serif;
	color		: #fff;
	padding		: 0;
	margin		: 0;
	font-size	: 12px; 
}
img
{
	border		: none;
}
body
{
	background: url("imagens/bg.jpg") left top;
}
div.endereco
{
	background	: url("imagens/endereco.png") no-repeat scroll center center;
	height		: 91px;
	width		: 100%;
}
div.cabecalho
{
	background	: url("imagens/faixa.png") repeat-x scroll 12px 0;
	height		: 300px;
	width		: 100%;
}
div.cabecalho .cabecalhoBg
{
	background	: url("imagens/headBg.jpg") no-repeat left -1px  ;
	height		: 300px;
	width		: 100%;
}
div.cabecalho .logo
{
	width 		: 421px;
	background	: url("imagens/logo.png") no-repeat ;
	height		: 300px;
}

div.center
{
	width 		: 1002px;
	left		: 50%;
	margin		: 0 0 0 -502px;
	min-height	: 50%;
	position	: absolute;
	float		: left;
	
}
div.center div.conteinerBtn
{
	width		: 100%;	
	margin		: 50px 0 0 0;
	height		: 100px;  
}
div.center div.conteinerBtn .button
{
	width		: 232px;
	height		: 72px; 
	margin		: 60px 100px; 
}
div.center div.conteinerBtn .button a
{
	display		: block; 
	height		: 100%;
	width		: 100%;
}

div.center div.conteinerBtn .corporativo
{
	background	: url("imagens/corporativo.png") no-repeat ;
	float		: left;
}

div.center div.conteinerBtn .social
{
	background	: url("imagens/social.png") no-repeat ;
	float		: right; 
}
div.center div.rodape
{
	background	: url("imagens/rodape.png") center center no-repeat ;
	width		: 100%;
	height		: 72px;
	margin-top	: 150px; 
}

