html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.pagespace {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: transparent;
}
.pagespace[class] {
	display: table;
}
.wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: transparent;	
}
.wrapper[class] {
	display: table-cell;
	vertical-align: middle;
	position: static;
	width: 100%;
}
.main {
	position: relative;
	top: -50%;
	left: -50%;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}
.main[class] {
	position: static;
	margin: 0px auto;
}
