body {
	margin: 0;
	padding: 0;
/*
	display: flex;
	justify-content: center; 
	
*/
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;

	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;

	font-family: Helvetica, 'MyriadProRegular', serif;

		
	background: url('../pics/bg.jpg') no-repeat center top;
    
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	

}