html, body {
	height: 100%;
	overflow: hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.outer {
	height: 100%;
	width: 100%;
	display: table;
}
.inner {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	#position: absolute;
	#top: 50%;
	#left: 50%;
}
.content {
	#position: relative;
	#top: -50%;
	#left: -50%;
}
