 /* Remove unwanted elements */
#head, #nav, #rotatedImage, .imageElement, #side, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#container, #container2, #content, #contents, #article
{
width: 100%; margin: 0; float: none;
}