a {
	outline: none;
}

html, body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	background: black;
}

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url('../../img/nygren/loading.gif');
	width: 42px;
	height: 42px;
	margin-left: -21px;
	margin-top: -21px;
}

a#enter {
	position: absolute;
	top: 505px;
	left: 725px;
	width: 150px;
	height: 127px;
	z-index: 2;
}

#bookshelf {
	display: none;
	background: url('../../img/bokhylla.jpg') center;
	width: 1000px;
	height: 701px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -350px;
}

#bookshelf a {
	position: absolute;
	outline: none;
}

#bookshelf a img {
	border: none;
}
