* {
	margin: 0px;
	padding: 0px;}
body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin:0;
	padding: 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
 
/*
This next definition doesn't allow the background to get any smaller
than a predefined size (640x426px in this case). Change the values
here to match your background image size. The configuration in the
flexi-background javascript file should also match these values.
*/
 
@media only all and (max-width: 640px) and (max-height: 426px) {
body {
background-size: 640px 426px;
-moz-background-size: 640px 426px;
-webkit-background-size: 640px 426px;
}
}
 
/*
The next 2 definitions are for support in iOS devices.
Since they don't recoginze the 'cover' keyword for background-size
we need to simulate it with percentages and orientation
*/
 
@media only screen and (orientation: portrait) and (device-width: 320px), (device-width: 768px) {
body {
-webkit-background-size: auto 100%;
}
}
 
@media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {
body {
-webkit-background-size: 100% auto;
}
}
p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #EAEAEA;
	font-size: 16px;
	line-height: 150%;
}
h3 {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 70px 0 30px 0;
}

a    {
	color: #589FE7;
}
#upbar {
	background-image: url(images/67black.png);
	height: 45px;
}
#upbar #uplinks {
	max-width: 880px;
	min-width: 320px;
	text-align:right;
	margin: 0 auto 0 55px;
	padding: 10px;
}
#upbar #uplinks p {
	font-size: 16px;
}

#wrapper {
	padding-left: 55px;
	padding-right: 55px;
	
}
#logo {
	padding-top: 30px;
}
#facebookbox {
	padding-top: 20px;
	padding-bottom: 20px;
}
#content {
	background-image: url(images/67black.png);
	max-width: 900px;
	min-width: 320px;
	padding: 20px;

}
#content #header {
}
#content #header #book-cover {
	width: 20%;
	float: left;
	min-width: 250px;
	padding: 20px 0 0 0;
}
#content #header #book-details {
	float: left;
	width: 65%;
	min-width: 200px;
	margin: 25px 0 0 10px;
}
.preprice-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
}
.big-price-color {
	color: #FF1951;
	font-size: 28px;
	font-weight: normal;
}
.highlight {
	color: #F22C46;
}
.review-title {
	font-weight: bold;
	color: #FFF;
	padding-top: 20px;
}
.review-customer {
	font-size: 16px;
	color: #CCC;
	padding-bottom: 18px;
}
.review {
	margin-bottom: 40px;
}


.review-quote {
	font-weight: normal;
	font-size: 16px;
	color: #CCC;
}

.book-title {
	font-size: 19px;
	color: #FFF;
}
.buynow a{
	width: 144px;
	background-image: url(images/buy-now-button.gif);
	height: 41px;
	display: block;
	text-indent:-9999px
}
.buynow a:hover{
	background-position:0 -41px;
}}

