﻿h1, h2 {
	text-align: center;
}
div#content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 10000;
	background-color: beige;
}
div.c {
	width:800px;
	text-align:center;
	margin:0 auto 100px;
}
img {
	max-width:600px;
	margin: 10px;
}