#bookfight {
  border-bottom: 4px solid #b7d7f7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#fight {
  background: url(cross.png) no-repeat center 87px;
}

#q1, #q2 {
  display: block;
	overflow: hidden;
	padding: 5px;
  width: 230px;
}

#q1 {
	float: left;
}

#q2 {
  float: right;
}

.shelf {
  background: url(shelf.jpg);
  line-height: 0;
  margin: 0 0 10px 0;
  min-height: 180px;
  padding: 0 10px;
	text-align: center;
}

.shelf img {
  line-height: 0;
  margin: 20px 0 10px 0;
}

.follow {
	float: right;
}

#last_winner {
	margin-top: 10px;
}

