
html {
	width: 100%;
	/*height: 100vh;*/
}

body {
	/*background: #E8F1F7;*/
	background: #FFF;
	min-width: 100px;
	overflow-x: hidden;
}

main {
	/*margin: 0px 50px;*/
	background: #FFF;
	/*background: #EAEAEA;*/
	box-shadow: 0px 0px 8px #888 inset;
	min-height: 800px;
}

header {
	padding: 15px;
	height: 96px;
	text-align: center;
}

