body {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	background-position: center center;
}
#corpo {
	background-image: url(img/topo.jpg);
	background-repeat: no-repeat;
	height: 222px;
	width: 583px;
}
#meio {
	background-image: url(img/meio.jpg);
	background-repeat: no-repeat;
	height: 238px;
	width: 583px;
}
#base {
	background-image: url(img/base.jpg);
	background-repeat: no-repeat;
	height: 207px;
	width: 583px;
}

