body {
    background-color: rgb(35,52,68);
    font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    line-height: 22px;
    color: white;
    text-align: center;
}

.wrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7292a7+0,233444+100 */
    background: #7292a7; /* Old browsers */
    background: -moz-linear-gradient(top, #7292a7 0%, #233444 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7292a7 0%,#233444 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7292a7 0%,#233444 100%) no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7292a7', endColorstr='#233444',GradientType=0 ); /* IE6-9 */
}

.copyright {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    margin-top: 0; 
    text-align: center;
}

.buy-now-button {
    text-indent: -9999px;
    display: block;
    background: transparent url( '/images/Buy-Book-Button.png' ) no-repeat 0 0;
    width: 200px;
    height: 38px;
}

.buy-now-button:hover {
    text-indent: -9999px;
    display: block;
    background-position: 0 -38px;
}
