body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../imagens/fundo_layout.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}

#pagina {
	background-image:url(../imagens/fundo.jpg);
	background-repeat:repeat-y;
	width: 758px;
	height: 100%;
	margin:auto;
	display: table;
}

#pagina a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#pagina a:hover {
	text-decoration: underline;
	color: #333333;
}

#pagina .topo {
	position: center;
	display: table;
	width: 756px;
	height: 190px;
}

#pagina .textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	display: table;
	width: 360px;
	padding-left: 8px;
	padding-top: 15px;
}
#pagina .textos2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	display: table;
	width: 756px;
	padding-left: 8px;
	padding-top: 15px;
}
#pagina .imagens {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: table;
	width: 385px;
	padding-left: 5px;
}
#rodape {
	display: table;
	width: 758px;
	margin:auto;
	}