body {
	margin: 90px 20px 20px 20px;
	background-color: #DDDDBB;
	background-image: url(bgshow2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

#previous {
	background-image: url(/interface/previous22.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
	width: 25px;
	left: 20%;
	top: 50px;
}

#next {
	background-image: url(/interface/next22.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
	width: 25px;
	top: 50px;
	right: 20%;
}

#photo img {
	border: 1px solid #444433;
}

