I'm hoping I don't have to give them their own CSS, but I tried setting a class for their body (body class="press") and that didn't seem to make any difference. Then I tried putting everything inside the body in <div class="press"> for which I set the following definition:
height: 100%;
width: 100%;
color: black;
background-color: #064e80;
}
My hope was that setting the width and height at 100% would cover the whole page, but it's only covering the amount of the page it takes to display the content within the div. If the browser window is larger than the div is, I get this mess.










