This is what the default coverpage html looks like when I got the book.
Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link href="../Styles/LD.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body.sgc-2 {margin: 0.00em;}
img.sgc-1 {height: 100%}
</style>
</head>
<body class="sgc-2">
<div id="coverpage">
<p class="center"><img alt="cover" class="sgc-1" src="../Images/cover.jpg" /></p>
</div>
<p class="breakhere"> </p>
</body>
</html>