body{
	margin:0;
	padding:0;
	background-image:url(../img/fundo.jpg);
	background-repeat: repeat;
}
#quadrado_central{
	width:800px;
	height:600px;
	border: thin solid #000000;
	left:50%;
	margin-top:-265px;
	margin-left:-400px;
	/*primeira margin divide por 2 da altura e a segunda divide por 2 da largura*/
	position:absolute; 
	top:50%; 
}
#topo{
	position:absolute;
	background-color:#000000;
	width:100%;
	height:120px;
	z-index:6;
}

#menu{
	margin-top:90px;
	z-index:2;
}
#logo{
	position:absolute;
	float:right;
	margin-right:5px;
	right:5px;
	margin-top:5px;
	top:10px;
	z-index:3;
}
#linha_topo{
	position:absolute;
	margin-top:119px;
	height:14px;
	background:url(../img/linha_topo.png);
	width:800px;
	z-index:5;
}
#conteudo{
	position:absolute;
	background-color:#FFFFFF;
	margin-top:131px;
	width:800px;
	height:430px;
	z-index:4;
}
#linha_rodape{
	position:absolute;
	margin-top:559px;
	height:8px;
	background:url(../img/linha_rodape.png);
	width:800px;
	z-index:5;
}
#rodape{
	position:absolute;
	background-color:#000000;
	width:800px;
	margin-top:566px;
	height:34px;
	z-index:7;
}

/*tela dos default*/
#topo_default{
	position:absolute;
	background-color:#000000;
	width:100%;
	height:40px;
	z-index:6;
}

#menu_default{
	margin-top:15px;
	z-index:2;
}
#linha_topo_default{
	position:absolute;
	margin-top:39px;
	height:14px;
	background:url(../img/linha_topo.png);
	width:800px;
	z-index:5;
}
#conteudo_default{
	position:absolute;
	background-color:#FFFFFF;
	margin-top:50px;
	width:800px;
	height:509px;
	z-index:4;
}
/*fim tela default*/

/*tela dos socios*/
#titulo_socios{
	position:absolute;
	width:800px;
	height:10px;
	margin-top:50px;
	background-image:url(../img/linha_titulo.png);
	background-repeat:no-repeat;
}
#miniaturas_socios{
	position:absolute;
	width:350px;
	height:350px;
	margin-top:60px;
}
#socios{
	position:absolute;
	width:442px;
	height:350px;
	margin-top:60px;
	margin-left:356px;
}
/*fim tela dos socios*/

/*tela da areas*/
#titulo_area{
	position:absolute;
	width:300px;
	height:10px;
	margin-top:50px;
	margin-left:505px;
	background-image:url(../img/linha_titulo_areas.png);
	background-repeat:no-repeat;
}
#img_area{
	position:absolute;
	height:426px;
	width:355px;
	margin-top:2px;
}
#areas{
	position:absolute;
	width:400px;
	margin-top:80px;
	margin-left:390px;
	margin-right:400px;
}
/*fim tela da areas */

/*tela da apresentacao*/
#titulo_apresentacao{
	position:absolute;
	width:800px;
	height:10px;
	margin-top:50px;
	background-image:url(../img/linha_titulo_areas.png);
	background-repeat:no-repeat;
}
#img_apresentacao{
	position:absolute;
	height:426px;
	width:355px;
	margin-top:2px;
	margin-left:450px;
}
#apresentacao{
	position:absolute;
	width:400px;
	height:10px;
	margin-top:100px;
	margin-left:40px;
	margin-right:400px;
}
/*fim tela da apresentacao */

/*tela da publicacoes*/
#titulo_apresentacao{
	position:absolute;
	width:800px;
	height:10px;
	margin-top:50px;
	background-image:url(../img/linha_titulo_areas.png);
	background-repeat:no-repeat;
}
#img_publicacoes{
	position:absolute;
	height:393px;
	width:426px;
	margin-top:2px;
	margin-left:407px;
}
#img_marcadagua_publicacoes{
	background-image:url(../img/logo_marcadagua.png);
	background-repeat:no-repeat;
	position:absolute;
	height:80px;
	width:507px;
	margin-top:340px;
	margin-left:0px;
}
#publicacoes{
	position:absolute;
	width:400px;
	height:10px;
	margin-top:80px;
	margin-left:25px;
	margin-right:400px;
	z-index:10;
}
/*fim tela da publicacoes */

