html, body {
	height:100%;
}

main, #content {
	margin: 0 auto;
	min-height: 100%;

	background-color: #F4DFA1;
	background-position: top left;
	background-repeat: repeat-y;
	background-image: url("presentation/flame_border.png");
	padding: 1px 70px;
	max-width: 50em;

	font-family: sans-serif;
}

h1 {
	margin-top: 0.7em;
}

h2 {
  font-size: 100%;
}

address.email {
	display: inline;
	text-decoration: underline;
	font-style: normal;
}

del {
	display: none;
}

ins {
	text-decoration: inherit;
}
