@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	border:0;
}

html, body {
	width:100%;
	height:100%;
}
body {
	background:url(../imgs/fd-site.jpg) no-repeat top center;
	overflow:auto;
}

#tudo-table {
	position:relative;
	width:100%;
	height:100%;
	display:table;
}
#tudo-table-cell {
	position:relative;
	width:100%;
	height:100%;
	padding-top:10px;
}

#site {
	position:relative;
	width:920px;
	height:630px;
	margin:0 auto;
}

#lateral {
	position:relative;
	float:left;
	width:315px;
	height:680px;
	overflow:hidden;

}

#quadro-form {
	position:relative;
	width:315px;
	background:url(../imgs/form-fundo.png);
	margin-bottom:20px;
}


#conteudo {
	position:relative;
	float:right;
	width:580px;
	height:630px;
	overflow:hidden;
}

#centro {
	position:relative;
	width:580px;
	height:630px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}

#centro li {
	position:relative;
	width:580px;
	height:630px;
	background:url(../imgs/fd-conteudo.png) no-repeat;
}

#textos {
	position:relative;
	width:550px;
	height:600px;
	margin:15px;
}

#acesso {
	position:relative;
	width:500px;
	height:75px;
	margin:30px auto;
}

#acesso a {
	float:left;
}

#redes-sociais {
	width:200px;
	height:48px;
	margin:10px auto;
}
