body {
	margin: 0;
	padding: 0;
	background-color: #f6f6f6;
	font-size: 10px;
}
#content {
	width: 45em;
	margin: 0 auto;
	padding: 3em 6em;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 3px 3px 9px #668;
	-webkit-box-shadow: 3px 3px 9px #668;
	box-shadow: 3px 3px 9px #668;
	font-family: Geneva, Arial, sans-serif;
}
h1 {
	font-size: 2.4em;
	padding-top: 0;
	margin-top: 0;
	color: #999;
}
p, address {
	font-size: 1.5em;
	line-height: 1.3;
	color: #333;
}
html,
body {
    width:100%;
    height:100%;
}
html {display:table;}
body {
    display:table-cell;
    vertical-align:middle;
}