html,body { margin:0; padding:0; height: 100%;}
body {
  color: #111111;
  font-family: Georgia,"Nimbus Roman No9 L",serif;
	margin: auto;
	font-size: 16px;
	background: #eeeeee url('img/bg.gif') repeat-x 0 0;
	background-attachment: fixed;
}
h1 {
	margin: 30px auto 5px auto;
	text-align: center;
	font-size: 72px;
}
.main {
  height: 100%;
  min-height: 100%;
  text-align: center;
}
.main p {
  text-align: center;
  padding: 5px;
}
.main img {
  border: 5px solid #eeeeee;
}
.footer {
  padding: 15px;
  text-align: center;
  font-size: 12px;
}
