body {
  background-color: #ddd;
  font-family: 'PT Sans Narrow', sans-serif;
}

h1 {
  text-align: center;
  font-weight: normal;
  line-height: 0px;
  font-size: 50pt;
}

h2 {
  text-align: center;
  font-weight: normal;
  line-height: 20px;
  font-size: 20pt;
}

hr {
  height: 1px;
  border: 0;
  color: #fff;
  background-color: #fff;
}

a:link {
  color: #aaa;
}

a:visited {
  color: #ccc;
}

a:hover {
  color: #ddd;
}

a:active {
  color: #aaa;
  
}

#header {
  background-color: #001033;
  color: #fff;
  font-size: 12pt;
  padding: 15px;
  border: 1px solid #000;
}

#text {
  color: #000;
}

#message {
  background-color: #7B0C1A;
  color: #fff;
  font-size: 12pt;
  padding: 15px;
  border: 1px solid #000;
}

#numeral {
  font-size: 20pt;
  font-weight: bold;
}

.stanza {
  float: left;
  clear: left;
  width: auto;
  font-size: 13pt;
  font-weight: 300;
}

#credits {
    color: #aaa;
}


@media (min-width: 640px) {
  #header {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 70px;
    left: 640px;
  }
  
  #illustration {
    width: 280px;
    height: 280px;
    /*background-image: url('http://upload.wikimedia.org/wikipedia/commons/2/2e/Pearl_Poet.jpg');*/
    background-size: 280px;
    position: absolute;
    top: 70px;
    left: 960px;
    border: 1px solid #000;
    overflow: hidden;
  }
  
  #message {
    width: 250px;
    height: 250px;
  }
  
  #numeral {
  position: absolute;
  top: 35px;
  left: 30px;
  }

#column1 {
  width: 280px;
  position: absolute;
  top: 75px;
  left: 30px;
}

#column2 {
  width: 280px;
  position: absolute;
  top: 75px;
  left: 330px;
}

#column3 {
  width: 280px;
  position: absolute;
  top: 372px;
  left: 650px;
}

#column4 {
  width: 280px;
  position: absolute;
  top: 372px;
  left: 960px;
}

#xv6 {
  padding-left: 10px;
}

#credits {
  position: absolute;
  left: 30px;
  top: 690px;
}
}


@media handheld, (max-width: 639px) {
  #header {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  } 
  #illustration {
    display: none;
  }
  #content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #text {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  #numeral {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear: left;
  }
  .column {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    clear: left;
  }
  .stanza {
    font-size: 15pt;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    clear: left;
  }
  #message {
    display: none;
  }
  #credits {
    float: left;
    clear: left;
    padding: 20px;
  }
}
