html, body {
  padding:0;
  margin:0;
  font-family:georgia;
}

h1 {
  color:#22BBEA;
}
p {

}
a {
  color:#22BBEA;
  font-size:80%;
  font-weight:bold;
}
#global {
  width:600px;
  height:180px;
  position:absolute;
  left:50%;
  top:50%;
  margin:-90px 0 0 -290px;
}
#footer {
  font-style:italic;
  margin-top:50px;
}

