.background {
	background-image: url(images/photoViewerBG.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 500px;

}
body {
	background-color: #4d4d4d;
	margin: 0px;
	padding: 0px;
}
.navigation {
	height: 20px;
	position: relative;
	text-align: center;
	width: 400px;
	top: 49px;
	color: #B1813A;








}
.image {
	left: 50px;
	top: 45px;
	height: 225px;
	width: 300px;
	position: relative;
	margin: 0px;
	padding: 0px;




}
.jumpMenu {
	left: 110px;
	top: 33px;
	position: relative;
	width: 275px;
	text-align: right;
	height: 30px;







}
form {
	margin: 0px;
	padding: 0px;
}
