html {
	-webkit-text-size-adjust:none;
	height: 100%;
	width: 100%;
	overflow-y: scroll; 
}

html {
	display: table;
}

body {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	margin: 20px;
	color: #9fa2ab;
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}

#main {
    max-width:50em;
    margin:0 auto;
}

h1 {
	background: url(masthead2.png) top left no-repeat;
	width: 270px;
	height: 50px;
	text-indent: -9999px;
	margin: 0 auto 15px;
}

p {
	margin: 0 0 15px 0;
}

a {
	color: #9fa2ab;
	text-decoration: none;
	border-bottom: 1px solid #9fa2ab;
	padding: 0 0 1px 0;
}

a:hover, a:active {
	color: #757985;
	border-bottom: 1px solid #757985;
}
