html {
 height: 100%;
}

body {
 background:#f9f9f9;
 font: 16px Georgia, serif;
 height: 100%;
 box-shadow: inset 0 0 100px rgba(0,0,0,.2);
 text-align: center;
}

#wrapper {
 width: 100%;
 height: 100%;
}

h2 {
 font: 6em Georgia, serif;
 padding-top: 10%;
 color: #222;
 text-shadow: 0 2px 1px #aaa, 0 -2px 1px #fff;
}

p {
 margin-top: 20px;
 color: #888;
}

a {
 color: #666;
}

a:hover {
 color: #000;
}

img {
 margin-top: 10px;
}

