html, body {
    height: 100%;
    background-color: #fffeec;
	font-family: 'Helvetica', 'Arial', sans-serif;
    color: #FFF1AF;
}
.parent {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}
.parent > .child {
    display: table-cell;
    vertical-align: middle;
	font-size: 2.0em;
    font-weight: 200;
}