ul {
	list-style: none;
}
#body-wrapper {
	height: 700px;
	width: 900px;
	margin: 0px auto;
}
#button-wrapper {
	margin: 5px;
}
#display-wrapper {
	width: 100%;
	height: 630px;
	padding: 0px;
	margin: 0px;
	border: 1px solid black;
}
#body-wrapper li.move-up {
	margin-top: -125px;
}
img.display-img {
	display: inline-block;
	width: 450px;
	height: 300px;
}
div.display-div {
	display: inline-block;
	height: 300px;
	width: 200px;
/*	margin-top: -290px;*/
}
div.display-div {
	vertical-align: middle;
	text-align: center;
}
