#page {
	width: 800;
}
#content {
	text-align: center;
	position: relative;
}
#content #nav {
	display: inline;
	position: absolute;
	right: 17px;
	top: 15px;
}
#content #nav a:hover {
	background-color: #6A7B8B;
}
#content img {
	border: 1px solid white;
}
#content #nav img {
	border: 0;
	margin-bottom: -3px;
}
#content #nav a.invisible {
	visibility: hidden;
}
