body{
    font-family:'Open Sans', sans-serif;
    background-color:#fff;
    color:#000;
    width:160px;
    height:600px;
    border: solid 1px #000;
    padding-top:15px;
}
h1,h2,h3,p {
    margin:0;
    padding:0;
    font-family: 'Open Sans', serif;
}
h1{
    font-weight: 100;
    font-size: 25px;
    line-height: 25px;
    padding-left: 10px;
    width: 120px;
    margin-left:10px;
    border-left: 5px solid #ffc062;
}
/* MAIN COLOR HERE*/
img.bookshot{
	width:146px;
	margin-left:-600px;
	margin-top:15px;
	padding-left:5px;
}
.panel2 {
    float: right;
    width: 150px;
    margin-top: 10px;
    margin-right: 200px;
}
/*overall size and shape of banner */
#banner, .panel {
	width:160px;
	height:600px;
	overflow:hidden
}
#banner{
	position:relative;
	-webkit-backface-visibility:hidden;
	background:#fff
}
a{
	font-size: 9px;
	background:#ffc062;
	padding: 5px 5px 5px 6px;
	text-decoration: none;
	color:#421312;
}
.panel{
	position:absolute
}
/* the panel backgrounds and positions */
#panelMain{
	position: relative;
	height:600px;
	width:160px;
}
.cta{
	margin-top:306px;
}
.cta img{
    margin-top: 20px;
    margin-left: 52px;
    width: 55px;
    display: block;
}