/* Remove unwanted elements */
#header, #nav {
  display: none; }

/* Ensure the content spans the full width */
#content, #c1, c2 {
  width: 100%;
  margin: 0;
  float: none; }

#c3 {
  display: none; }

#footer {
  color: #444444;
  background: none;
  width: 100%;
  margin: 0;
  float: none; }
  #footer * {
    width: 100%;
    margin: 0;
    float: none; }

/* Improve colour contrast of links */
a:link, a:visited {
  color: #781351; }
