html, body {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	background-color: #ffffff;	
}


.main {
	width:100%;
	/*max-width: 700px;*/
	background-color: white;
	margin: auto;
	margin-left: 33%;
	display: block;		
	position: relative;
	padding-top: 2%;	
}