@media all {
	html, body, iframe {
		width: 100%;
		height: 100%;
	}
			
	body {
		margin: 0;
		background-color: rgb(175, 175, 175);
	}
	
	iframe {
		border: none;
	}
			
	.outer {
		width: 100%;
		height: 100%;
		display: table;
	}
			
	.middle {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
			
	.inner {
		margin: 0 auto;
		display: inline-block;
		position: relative;
	}
			
	.inner {
		text-align: left;
		min-width: 95%;
		max-width: 95%;
	}
			
	.inner a {
		text-decoration: none;
	}
	
	.table {
		display: table;
	}
	
	.table-cell {
		display: table-cell;
		vertical-align: middle;
	}
}

@media (max-width: 768px) {
}