.center{
	text-align:center;
}
.wrapper{
	max-width:720px;
	margin:0 auto;
	padding:22px;
	background-color:white;
}
.bodywrapper{
	max-width:744px;
	margin:0 auto;
	box-shadow:0 0 12px rgba(0,0,0,0.5);
	background-color:white;	
}
body{
	background-image:url('../img/html-bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	background-attachment:fixed;
}
.maxwidth720{
	max-width:720px;
	margin:0 auto;
	background-color:white;
}
.gap{
	padding-top:22px;
}
p{
	margin-top:0;
	margin-bottom:12px;
}
html,body{
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,html{
	background-color:white;
	text-align:left;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 18px;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:24px;
	color:black;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	position:relative;
	overflow-x:hidden;
}
img{
	max-width:100%;
	height:auto;
}
.radius img{
	display:inline-block;
	border-radius:12px;
}
iframe{
	max-width:100%;
}