body {
	background: #FFF url(../img/blogbg.png) top center repeat-x;
}

#wrap {
	width: 100%;
	max-width: 800px;
	margin: 0px auto;

	/* Safari/Chrome, other WebKit */
	-webkit-box-sizing: border-box;
	/* Firefox, other Gecko */
	-moz-box-sizing: border-box;
	/* Opera/IE 8+ */
	box-sizing: border-box;
}

#logo {
	width: 140px;
	height: 44px;
	margin: 20px auto;
	display: block;
	background: url(../img/helftone-logo.png) no-repeat;
}

#support-container {
	width: 100%;
	margin-top: 40px;
	font-size: 1.1em;
  font-family: 'Muli', sans-serif;
}

#support-container h1 {
	font-size: 30px;
	margin: 15px 0;
}

#support-wrapper {
	width: 600px;
	margin: 0 auto;
}
