There is one problem though, there are some http :// links hard-coded into the website, which causes a browser error in Chrome and IE. If you view the source of the website, you see the below lines. If you change the http :// bit to just //, it should let the browser automatically select http vs https for each link, thereby removing the browser error. You can read about it here: http://www.paulirish.com/2010/the-protocol-relative-url/
Here are the sections that seem to be causing it:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr">
<div style="background: url(http:///...s/theme_image_12.jpg) no-repeat; height: 432px;"></div>
<a href="http://www.amazon.com/Michael-Royce-Sartin/e/B007XULGI0"_blank"><img src="http://i1082.photobucket.com/albums/j365/sataniczach/unnamed.jpg" border="0" alt="photo unnamed.jpg" />
<img src="http://i1082.photobucket.com/albums/j365/sataniczach/10152536_770194246333165_625549216722940085_n.jpg" border="0" alt="photo 10152536_770194246333165_625549216722940085_n.jpg" />

