html, body {
	min-width: 320px;
	max-width: 480px;
	background-image: none;
}

/* iPhone's Helvetica Neue lacks italics */
body {
    font-family: "Helvetica", "Arial", sans-serif;
}

#content > .section:first-child {
	border-top: 1px dotted white;
}

#content > .section:first-child .section-head {
	margin-top: 1em;
}

#header {
	display: block;
}

#header h1 a {
	display: block;
	width: 438px;
	height: 48px;
	background: url(../../images/logo-text.png) scroll no-repeat center right;
	text-indent: -999px;
	border: 0;
	margin: 21px;
}

#footer {
	position: relative;
	top: 0;
	right: 0;
	margin: 1em 21px;
	padding: 1em 0;
	width: 438px;
	border-top: 1px dotted white;
	text-align: right;
}
