html, body { width: 100%; height: 100%; margin: 0; padding: 0; }
body { background: #eee;  margin: 0; padding: 0; box-shadow: inset 0 40px 120px -40px rgba(50,50,50,0.4); }

#page { width: 600px; margin: 0 auto; text-align: center; }

h1, h2 { text-align: center; font-family: 'Nova Round', cursive; color: #888; text-shadow: 1px 1px 1px #fff; }