* { margin:0; padding:0; }
*:after { display:block; clear:both; }
article, aside, figure, footer, header,hgroup, nav, section { display:block; }

body {
	font-size: 16px;
	color: #EEE;
	background-color: #000;
	-webkit-text-size-adjust: none;
}
ul#book {
	display: block;
	list-style: none;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
ul#book li {
	margin-bottom: 50px;
}
ul#book li:last-child {
	margin-bottom: 20px;
}
ul#book img {
	width: 100%;
	max-width: 400px;
}
footer {
	text-align: center;
	margin-bottom: 20px;
}
a.btn {
	color: #FFF;
	cursor: pointer;
	-webkit-appearance: none;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 140px;
	line-height: 44px;
	height: 44px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	background: -moz-linear-gradient(
		top,
		#666 0%,
		#333 50%,
		#111 51%,
		#333);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#666),
		color-stop(0.50, #333),
		color-stop(0.51, #111),
		to(#333));
	border: 2px solid #DDD;
}
a.btn:link, a.btn:visited {
	color: #FFF;
}
a.btn img {
	border: none;
	vertical-align: middle;
}
