body {
	position: relative;
}
#wrapper {
	height: 768px;
	width: 1024px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border: 3px double #606E76;
	position: relative;
}
#logo {
	position: absolute;
	height: 111px;
	width: 178px;
	left: 152px;
	top: 46px;
}
#navBar {
	position: absolute;
	height: 19px;
	width: 424px;
	left: 152px;
	top: 159px;
}
#nextPrevious {
	position: absolute;
	height: 19px;
	width: 101px;
	left: 773px;
	top: 159px;
}
#topLine {
	position: absolute;
	height: 5px;
	width: 722px;
	left: 152px;
	top: 182px;
}
#content {
	position: absolute;
	height: 492px;
	width: 720px;
	left: 151px;
	top: 188px;
	z-index: 1;
}
#bottomLine {
	position: absolute;
	height: 5px;
	width: 722px;
	left: 152px;
	top: 685px;
}
#title {
	position: absolute;
	height: 20px;
	width: 722px;
	left: 152px;
	top: 698px;
	text-align: center;
}
#backgroundImage {
	position: absolute;
	height: 400px;
	width: 1024px;
	top: 250px;
	z-index: 0;
}

