body {
	background-color:#d9e1e6;
	
}
#geral {
	width:1100px;
	height:565px;
	margin:0 auto;
}
#topo {
	width:1100px;
	height:120px;
	margin-left:-88px;
}
#centro {
	width:929px;
	height:376px;
	float:center;
	margin-left:80px;
	background:url(../imagens/home.png);
	position: relative;
}
#direita {
	width:120px;
	height:720px;
	float:right;
	
}

#conteudo {
	float:left;
	height:270px;
	margin-left:54px;
	margin-top:75px;
	overflow:auto;
	padding-right:10px;
	width:600px;

}