body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin:0;
	text-align:center;
	height:100%;
	}

html {
	height:100%;
	}
	
* html #tudo {
	height: 600px; /* hack para IE6 hq trata height como min-height */
	}
	
#tudo {
	background:url(images/fundo.jpg) no-repeat bottom #78B1DE;
	margin:0 auto auto auto;
	height:100%;
	min-height:600px;
	position:relative;
	bottom:0;
	}
	
#corpo {
	width:780px;
	margin:auto auto auto -390px;
	height:600px;
	text-align:left;
	position: absolute;
	bottom:0;
	left:50%;
	}
	
#centro {
	float:left;
	width:360px;
	margin:88px 0 0 12px;
	}
	
/************* DIREITA *************/

#direita {
	float:right;
	height:600px;
	}

/************* ESQUERDA *************/	
	
#esquerda {
	float:left;
	width:185px;
	height:600px;	
	}

#logo {
	padding:58px 0 0 84px;
	}		
	
#menu {
	margin:30px 0 27px 40px;
	width:85px;
	height:187px;
	}
	
.baixo {
	margin:0 0 0 20px;
	}	

.texto-baixo {
	margin:0 0 0 30px;
	}
	
	
/*************************/

.texto-baixo a:link {
	color:#666666;
	text-decoration:none;
	}
	
.texto-baixo a:visited {
	color:#666666;
	text-decoration:none;
	}
	
.texto-baixo a:hover {
	color:#666666;
	text-decoration:underline;
	}
	
.texto-baixo a:active {
	color:#666666;
	text-decoration:none;
	}
