.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

body {
	margin: 0 0 0 0;
	padding: 50px 20px 20px 20px;
	background: url(bg.jpg) top no-repeat #fff;
	background-image: url(bg.jpg) ;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment:fixed;
	font-size: 90%;
	-webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
body {
font-size:24px;
}
}
.wrap {
  padding: 20px;
  background-color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);/*IE7*/
}
h1 {
  margin: 10px 0 0 0;
  padding-bottom: 10px;
  text-align:center;
}
h1 img {
	width: 100%;
	max-width: 573px;
}
h2 {
  margin-top: 40px;
  color: #1b5fa8;
  font-size: 120%;
	background-image: url(pix.png) ;
	background-repeat: no-repeat;
}
h2 span {
	font-size: 90%;
}
p {
  text-indent: 1em;
	margin: 0 !important;
	padding: 0 !important;
}
a img {
	display: block;
	margin: 20px auto 0 auto;
}
.content {
  background-image: url(pix.png) ;
  background-repeat: no-repeat;
}
.content p {
}
.txt {
	background-color: #ccc;
	padding: 10px;
	margin-top: 20px;
	font-size: 13px;
}
.book-table {
	display: table;
}
.book-table img {
	display: table-cell;
	margin: 10px 10px 0 0;
}
.book-table p {
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
	text-indent: 0;
}
.txt .left {
	float: left;
	width: 80%;
	max-width: 240px;
	background-color: #ccc;
}
.txt .right {
	float: right;
	width: 20%;
	min-width: 110px;
	max-width: 110px;
	font-size: 90%;
}
@media (max-width: 479px) {
body {
	margin: 0 0 0 0;
	padding: 30px 5px 20px 5px;
	font-size: 100%;
}
.wrap {
  padding: 10px;
}
}
