@charset "utf-8";
/* CSS Document */

#geral {
	height: 720px;
	width: 900px;
}
#topo {
	height: 155px;
	width: 900px;
	background-color: #000000;
	background-image: url(topo.jpg);
}
#botao {
	height: 35px;
	width: 900px;
}
#meio {
	height: 507px;
	width: 900px;
	background-color: #000000;
}
#rodape {
	background-color: #FF0000;
	height: 23px;
	width: 900px;
}
