@import url('/css/cards.css');

.b-pagewrapper {
  background-image: none;
}

.b-header {
  padding: 0;
  height: 120px;
}

.b-languages {
	right: 50px;
}

.b-languages li a {
  color: #000;
}

.b-logo {
  width: 304px;
  height: 80px;
  top: 30px;
  
}

.b-logo a {
  width: 100%;
  height: 100%;
  background: url('/images/small_logo_white.png') no-repeat;
}

.b-footer {
  background: #000;
  height: 100px;
  color: #fff;
}

.b-footer a {
  color: #fff;
}

.b-copyright, .b-author { bottom: 25px; }

.b-author {
	background: none;
    padding: 0;
    z-index: 10000;
}

.b-main-content {
	margin: 60px 0 0 0;
	position: relative;
	padding-bottom: 150px;
}

.b-book-hello {
  height: 463px;
  width: 800px;
  background: url('/images/book-left.png') no-repeat left top;
  z-index: 10;
  position: relative; /* we need to use it to make z-index work*/
}

.b-book-hello h2 {
	margin: 90px 0 0 140px;
	font-weight: normal;
	font-size: 42px; 
}

.b-book-hello .text {
	margin-left: 140px;
	width: 400px;
}

.b-book-links {
  width: 618px;
  height: 463px;
  background: url('/images/book-right.png') no-repeat right top;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.b-book-links ul {
  margin: 0;
  z-index: 100;
  position: absolute;
  right: 140px; top: 10px;
  text-align: right;
  list-style-type: none;
  font-size: 14px;
  line-height: 22px;
}

.b-book-links ul .last {
  margin-top: 22px;
}

.b-book-preview-title {
	margin-left: 50px;
}

.b-scrolled-page {
  margin: 0 50px;
  height: 500px;
  overflow-y: scroll;
}
