* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	height:100%;
}

body  {
	font-family: "Avenir Next", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background: #dad9d9;
	margin: 0;
	padding: 0;
	height: 100%;	
}

img {
	border: 0;
}


#content {
	position: absolute;
	width: 707px;
	height: 632px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}