body {
	background-color: #ffc220;
	text-align: center;
}

#page {
	width: 550px;
	text-align: left;
	margin: 0 auto;
	padding-top: 10px;
}

#homeLink {
	background-image: url(navigation/backSolid.gif);
}

#homeLink a {
	width: 126px;
	height: 43px;
	position: absolute;
	top: 10px;
	left: 10px;
	text-indent: -9999px;
	background-image: url(navigation/backTrans.gif);
	background-repeat: no-repeat;
}

#homeLink a:hover {
	background-image: url(navigation/backSolid.gif);
}

#lastLink {
	background-image: url(navigation/leftArrowSolid.gif);
}

#lastLink a {
	width: 75px;
	height: 75px;
	position: absolute;
	display: block;
	top: 65%;
	left: 20px;
	text-indent: -9999px;
	background-image: url(navigation/leftArrowTrans.gif);
	background-repeat: no-repeat;
}

#lastLink a:hover {
	background-image: url(navigation/leftArrowSolid.gif);
}

#nextLink {
	background-image: url(navigation/rightArrowSolid.gif);
}

#nextLink a {
	width: 75px;
	height: 75px;
	position: absolute;
	top: 65%;
	right: 20px;
	text-indent: -9999px;
	background-image: url(navigation/rightArrowTrans.gif);
	background-repeat: no-repeat;
}

#nextLink a:hover {
	background-image: url(navigation/rightArrowSolid.gif);
}