body {
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(assets/brown_paper.jpg);
	background-repeat: repeat;
}
#title {
	height: 124px;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 50px;
}
#central {
	width: 580px;
	clear: both;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#shoes {
	margin-right: auto;
	margin-left: auto;
	width: 580px;
	position: relative;
}
#central img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;
	margin-left: 20px;
}
