div#photobacking{
	display: block;
	position: absolute;
	background-color: #eeeeee;
	color: #eeeeee;
	top: 335px;
	bottom: auto;
	right: auto;
	left: 475px;
	width: 350px;
	height: 400px;
	margin: 0;
	padding: 0;
	z-index: 6;
}

div#photo{
	display: block;
	position: absolute;
	background-color: #000000;
	color: #eeeeee;
	top: 355px;
	bottom: auto;
	right: auto;
	left: 500px;
	width: 300px;
	height: 275px;
	margin: 0;
	padding: 0;
	z-index: 6;
}
