@charset "utf-8";
#main {
	height: 600px;
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#topo {
	height: 190px;
	width: 776px;
	position: absolute;
}

#rodape {
	height: 25px;
	width: 776px;
	position: absolute;
	top: 575px;
}
#meio {
	height: 385px;
	width: 776px;
	position: absolute;
	top: 190px;
}
