body {
	background-color: #000;
}
#book {
	width: 706px;
	height: 599px;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -353px;
	margin-top: 40px;
	background-image: url('images/book.png');
}
a.link {
	display: block;
	position: absolute;
	width: 142px;
	height: 60px;
	left: 50%;
	z-index: 99;
}
a#home {
	top: 40px;
	margin-left: 284px;
	background-image: url('images/link_home.png');
}
a#home:hover {
	background-position: 0 60px;
}
a#history {
	top: 120px;
	margin-left: 285px;
	background-image: url('images/link_history.png');
}
a#history:hover {
	background-position: 0 59px;
}
a#books {
	height: 65px;
	top: 180px;
	margin-left: 286px;
	background-image: url('images/link_books.png');
}
a#books:hover {
	background-position: 0 70px;
}
a#author {
	top: 250px;
	margin-left: 288px;
	background-image: url('images/link_author.png');
}
a#author:hover {
	background-position: 0 70px;
}
a#shop {
	height: 65px;
	top: 320px;
	margin-left: 292px;
	background-image: url('images/link_shop.png');
	width: 126px;
	
}
a#shop:hover {
	background-position: 0 70px;
}
a#buy {
	top: 400px;
	margin-left: 301px;
	background-image: url('images/link_buy.png');
	width: 126px;
	
}
a#buy:hover {
	background-position: 0 59px;
}
a#impressum {
	top: 500px;
	margin-left: 309px;
	background-image: url('images/link_impressum.png');
}
a#impressum:hover {
	background-position: 0 60px;
}
#book #content {
	width: 280px;
	height: 500px;
	position: absolute;
	top: 50px;
	left: 50%;
	font-family: Verdana;
	font-size: 12px;
}
#book #content.left {
	margin-left: -280px;
}
#book #content.right {
	margin-left: 0px;
}
#book #content #text {
	width: 260px;
	overflow: auto;
	height: 420px;
}
h2 {
	font-size: 16px;
}
img#logo {
	position: absolute;
	z-index: 99;
	width: 260px;
	left: 50%;
	top: 80px;
	margin-left: -280px;
}
img#gnome {
	position: absolute;
	z-index: 99;
	width: 120px;
	left: 50%;
	top: 260px;
	margin-left: -200px;
}
