﻿div#content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 10000;
	background-color: beige;
}
div#c {
	width: 100%;
	text-align:center;
}
img {
	margin: 100px auto 100px;
	display: block;
	margin: auto;
}
