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

#maincontainer{/*onde estão todos os conteúdos*/
	margin:0 auto;
	padding:0;
	border:0;
	width:1000px;
	border:0;
	background:url(../images/maincontainer.png) no-repeat;
	}

#rodape{
	margin:0;
	padding:0;
	border:0;
/*	height:20px;*/
	width:1000px;
	background:url(../images/rodape.png) no-repeat;
	}

.rodape{
	margin:0;
	padding:0;
	border:0;
	font-family:Helvetica;
	color:#59210e;
	font-size:10px;
	margin-left:45px;
	margin-bottom:0;
	text-align:left;
	}
/*end fundo do ecrã*/


.parte_superior{
	margin:0 auto;
	padding:0;
	border:0;
	background:url(../images/parte_superior.png) no-repeat;
	width:950px;
	height:30px;
	margin-top:-85px;
	}
	
.parte_estica{
	margin:0 auto;
	padding:0;
	border:0;
	width:1000px;
	background:url(../images/repeticao_3.png) repeat-y;
	/*height:900px;*/
	}