/* CSS Document */
html, body {
	background-color:#F2F2F2;
	overflow: auto;
	}
table {
	min-height: 100%;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align:middle;
	border: none;
	}

