/* DIV'S ****************************************************************************** */
/* ************************************************************************************ */
#HIDEPAGE{
	position: absolute;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	left:0px;
	top:0px;
	background-color: #0099CC;
	color: #FFFFFF;
	width:100px;
	display:block;
}

#CONTAINER{
	width:770px;
	height:auto;
	margin:0px;
	border:Opx;
	padding:0px;
	text-align:left;
}

	#TOPO{
		width:770px;
		height:150px;
		padding:0px;
		background:url(../img/topo.jpg) no-repeat;
		float:left;
	}
	
	#CONTENT{
		width:770px;
		height:auto;
		float:left;
	}

	#MENU{
		width:190px;
		height:316px;
		float:left;
		padding:10px 0px 0px 10px;
		background:url(../img/bg_menu.jpg) no-repeat;
	}

	#CONTEUDO{
		width:570px;
		background:url(../img/bg_conteudo.jpg) no-repeat;
		float:right;
		padding:0px;
	}

#RODAPE{
	width:770px;
	height:100px;
	padding:10px 0px 0px 10px;
	clear:both;
}	
