/* CSS Document */
html, body {
	background-position:center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: white;
	max-width: 100vw;
	/*position:relative;
	overflow: hidden;*/
	font-family: "HelveticaNeueBold", Helvetica, Arial;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-size: 1em;
}

#main{
	/*height: 100%;
	width: 100%;
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;*/
}