html {
	background-color: black;
}

.temp2:hover {	
	background-color: rgba(64, 64, 64, 0.8);
}

.temp2 {
	position: fixed;
	height: 100%;
	width: 66px;
	top: 0px;
	left: 0px;	
	background-color: rgba(64, 64, 64, 0.25);
	background-image: url('larr.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.temp:hover {	
	background-color: rgba(64, 64, 64, 0.8);
}

.temp {
	position: fixed;
	height: 100%;
	width: 66px;
	top: 0px;
	right: 0px;	
	background-color: rgba(64, 64, 64, 0.25);
	cursor: pointer;
	background-image: url('rarr.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.bigimg {
	margin: 0 auto;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: rgba(64, 64, 64, 0.8);
	background-image: url('http://lysva-library.ru/images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

#top {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
}

#main {
  background-color: grey;
	width: 4000px;
	background: url('frame.jpg');
	background-repeat: repeat-x;
	margin-top: 85px;
	height: 600px;
}

table {
	width: 100%;
}

td {
	width: 20%;
	height: 80px;
	text-align: center;
	font-size: 45px;
	color: white;
	cursor: pointer;
}

td:hover {
  text-decoration: underline;
}

.chosen {
  text-decoration: underline;
	font-weight: bold;
}

.d {
  width: 800px;
	height: 600px;
	display: inline-block;
}

.i {
  margin-top: 105px;
	margin-left: 140px;
	cursor: pointer;
}

.i2 {
  margin-top: 105px;
	margin-left: 280px;
	cursor: pointer;
}

.p {
  color: white;
	font-size: 20px;
	text-align: center;
}