html, body {
  margin: 0px;  
  padding: 0px;
  height:100%;
}

a {
  text-decoration: underline;
  color: black;
}

a:hover {
  text-decoration: none;
  background-color: #76869E;
  color: white;
}

#page {
  background-image: url(images/bg.gif);
}

#torn {
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/torn.gif);
  width: 630px;
  height: 440px;
  text-align: left;
  padding: 0 40px;
}

#emptytorn {
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/emptytorn.gif);
  width: 630px;
  height: 380px;
  text-align: left;
  padding: 30px 40px;
}

#title {
  float: left;
  width: 400px;
  height: 100px;
  margin-bottom: 30px;
}

#graph {
  float: right;
  width: 220px;
  height: 255px;
}

#text {
  font: 15px arial, helvetica, sans-serif;
}

#text p {
  padding: 12px 0;
  margin: 0;
}

h1 {
  font: 20px arial, helvetica, sans-serif;  
  font-weight: bold;
  text-align: center;
}

p.bold {
  font-weight: bold;
}

#copyright {
  text-align: center;
  font: 10px arial, helvetica, sans-serif;
  color: #76869E;
  margin-top: 40px;
}

.centered {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.downloadform {
  margin-top: 50px;
  margin-bottom: 20px;
}

.fieldrow {
  margin-top: 15px;
  margin-bottom: 15px;
}

.fieldtype {
  float: left;
  font-weight: bold;
  font-size: 15px;
  text-align: right;
  width: 270px;
}

.fielddetails {
  margin-left: 300px;
}

.email {
  font-style: italic;
}