body {
  background: url('images/background.jpg');
  background-repeat: no-repeat;
  background-color: 92BCF1;
  background-attachment: fixed;
  background-position: top left;
}

td.content {
  padding: 15px;
  font-family: verdana;
  font-size: 13px;
}

h1 {
font-size: 15px;
}

td.sub {
text-align: center;
font-family: georgia, arial;
font-size: 10px;
}