@CHARSET "UTF-8";

.divConteudo{	
	position: absolute;
	float: left;
	margin-bottom: 15px;
	display: block;
	right: 5px;
	left: 215px;
	bottom: 0px;
	top: 75px;
	background-color: white;
	
	height: 100%;
	
}

.divTudo{
	min-width: 1000px;
	position: relative;
	min-height: 540px;
	background-color: white;
	height: 90%;
}